# HG changeset patch # User nenolod # Date 1160028086 25200 # Node ID df973c3f51869877617426a56dfbf0155bdcbf38 # Parent 27a2c571a03334ce8112954cbd6883de6bdc3517 [svn] - it'd probably help if we passed the right stuff to gtk_window_resize(). diff -r 27a2c571a033 -r df973c3f5186 ChangeLog --- a/ChangeLog Wed Oct 04 22:56:57 2006 -0700 +++ b/ChangeLog Wed Oct 04 23:01:26 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-05 05:56:57 +0000 William Pitcock + revision [2567] + - don't use dock_resize. + + trunk/audacious/mainwin.c | 21 +++++++++++++++++---- + 1 file changed, 17 insertions(+), 4 deletions(-) + + 2006-10-05 04:46:00 +0000 William Pitcock revision [2565] - mainwinEQButtonX, mainwinEQButtonY, mainwinPLButtonX, mainwinPLButtonY, mainwinAboutX, diff -r 27a2c571a033 -r df973c3f5186 audacious/mainwin.c --- a/audacious/mainwin.c Wed Oct 04 22:56:57 2006 -0700 +++ b/audacious/mainwin.c Wed Oct 04 23:01:26 2006 -0700 @@ -958,7 +958,8 @@ bmp_active_skin->properties.mainwin_width, bmp_active_skin->properties.mainwin_height, GDK_HINT_MIN_SIZE | GDK_HINT_MAX_SIZE); - gtk_window_resize(GTK_WINDOW(mainwin), PLAYER_WIDTH, PLAYER_HEIGHT); + gtk_window_resize(GTK_WINDOW(mainwin), bmp_active_skin->properties.mainwin_width, + bmp_active_skin->properties.mainwin_height); } /* visibility attributes */