changeset 1972:edc01e85648d trunk

[svn] - in particular X environment, double size caused a bad match X error.
author yaz
date Sun, 12 Nov 2006 18:41:41 -0800
parents 9fd04055d6cc
children b067ca382dd0
files ChangeLog audacious/util.c
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Nov 12 18:33:35 2006 -0800
+++ b/ChangeLog	Sun Nov 12 18:41:41 2006 -0800
@@ -1,3 +1,12 @@
+2006-11-13 02:33:35 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [2919]
+  - add show window decorations option to appearance preferences. closes #167.
+  
+  trunk/audacious/glade/prefswin.glade |   40 +++++++++++++++++++++++++++++++++++
+  trunk/audacious/prefswin.c           |   23 ++++++++++++++++++++
+  2 files changed, 63 insertions(+)
+
+
 2006-11-12 20:50:16 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2915]
   - only GModule would be so dumb to push all symbols to the global 
--- a/audacious/util.c	Sun Nov 12 18:33:35 2006 -0800
+++ b/audacious/util.c	Sun Nov 12 18:41:41 2006 -0800
@@ -1828,7 +1828,7 @@
      */
 
     dblimg =
-	gdk_image_new(GDK_IMAGE_NORMAL, gdk_visual_get_best(),
+	gdk_image_new(GDK_IMAGE_NORMAL, gdk_visual_get_system(),
 		      img->width << 1, img->height << 1);
     if (dblimg->bpp == 1) {
 	register guint8 *srcptr, *ptr, *ptr2, pix;