# HG changeset patch # User nenolod # Date 1160113081 25200 # Node ID 58bb44ed4edcb0da049db58ecbbbe177674471fc # Parent e765e7a406853f28155b2bf4a9df387e71929d41 [svn] - only set window hints after the resize diff -r e765e7a40685 -r 58bb44ed4edc ChangeLog --- a/ChangeLog Thu Oct 05 22:21:35 2006 -0700 +++ b/ChangeLog Thu Oct 05 22:38:01 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-06 05:21:35 +0000 George Averill + revision [2633] + - Add a background behind the title scroller in the main window. + + trunk/skins/TinyPlayer/skin.hints | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + + 2006-10-06 04:31:27 +0000 George Averill revision [2631] - Make mainwin shading work correctly. diff -r e765e7a40685 -r 58bb44ed4edc audacious/mainwin.c --- a/audacious/mainwin.c Thu Oct 05 22:21:35 2006 -0700 +++ b/audacious/mainwin.c Thu Oct 05 22:38:01 2006 -0700 @@ -954,12 +954,6 @@ /* window size, mainwinWidth && mainwinHeight properties */ if (bmp_active_skin->properties.mainwin_height && bmp_active_skin->properties.mainwin_width) { - gdk_window_set_hints(mainwin->window, 0, 0, - bmp_active_skin->properties.mainwin_width, - cfg.player_shaded ? MAINWIN_SHADED_HEIGHT : bmp_active_skin->properties.mainwin_height, - bmp_active_skin->properties.mainwin_width, - cfg.player_shaded ? MAINWIN_SHADED_HEIGHT : bmp_active_skin->properties.mainwin_height, - GDK_HINT_MIN_SIZE | GDK_HINT_MAX_SIZE); gdk_window_resize(mainwin->window, bmp_active_skin->properties.mainwin_width, cfg.player_shaded ? MAINWIN_SHADED_HEIGHT : bmp_active_skin->properties.mainwin_height); gdk_window_set_hints(mainwin->window, 0, 0,