# HG changeset patch # User nenolod # Date 1160057341 25200 # Node ID b469c6c567a49ac0d71a6ef7e2e6e3db5a5f481a # Parent 628e908d78b69918ecf0dea98b6f24ba3faf4713 [svn] - use gtk_window_present() to make X render the right sized skin diff -r 628e908d78b6 -r b469c6c567a4 ChangeLog --- a/ChangeLog Thu Oct 05 06:54:42 2006 -0700 +++ b/ChangeLog Thu Oct 05 07:09:01 2006 -0700 @@ -1,3 +1,19 @@ +2006-10-05 13:54:42 +0000 William Pitcock + revision [2611] + - include TinyPlayer skin with the main distribution + + trunk/Makefile | 2 - + trunk/configure.ac | 1 + trunk/skins/Default/Makefile | 24 +++++++++++++++ + trunk/skins/Default/Makefile.in | 24 --------------- + trunk/skins/Makefile | 9 +++++ + trunk/skins/TinyPlayer/Makefile | 24 +++++++++++++++ + trunk/skins/TinyPlayer/pledit.txt | 6 +++ + trunk/skins/TinyPlayer/skin.hints | 57 ++++++++++++++++++++++++++++++++++++ + trunk/skins/TinyPlayer/viscolor.txt | 24 +++++++++++++++ + 9 files changed, 145 insertions(+), 26 deletions(-) + + 2006-10-05 11:03:19 +0000 William Pitcock revision [2609] - and finally special tuples are treated as they should be diff -r 628e908d78b6 -r b469c6c567a4 audacious/mainwin.c --- a/audacious/mainwin.c Thu Oct 05 06:54:42 2006 -0700 +++ b/audacious/mainwin.c Thu Oct 05 07:09:01 2006 -0700 @@ -962,6 +962,7 @@ GDK_HINT_MIN_SIZE | GDK_HINT_MAX_SIZE); gtk_window_resize(GTK_WINDOW(mainwin), bmp_active_skin->properties.mainwin_width, bmp_active_skin->properties.mainwin_height); + gtk_window_present(GTK_WINDOW(mainwin)); } /* visibility attributes */