summaryrefslogtreecommitdiffstats
path: root/extra/xmms/xmms-fix.diff
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 21:33:11 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 21:33:11 +0200
commit203ae72c553b0a4c37693226378ccd84e186e512 (patch)
tree358e040a97f075c4301f4654c288a832db806019 /extra/xmms/xmms-fix.diff
parent72690a2040e081181fc57388152be24e25cec171 (diff)
downloadnutyx-extra-203ae72c553b0a4c37693226378ccd84e186e512.tar.gz
nutyx-extra-203ae72c553b0a4c37693226378ccd84e186e512.tar.bz2
nutyx-extra-203ae72c553b0a4c37693226378ccd84e186e512.tar.xz
nutyx-extra-203ae72c553b0a4c37693226378ccd84e186e512.zip
xmms, maj pour la 64
Diffstat (limited to 'extra/xmms/xmms-fix.diff')
-rw-r--r--extra/xmms/xmms-fix.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/xmms/xmms-fix.diff b/extra/xmms/xmms-fix.diff
new file mode 100644
index 000000000..a810aa20c
--- /dev/null
+++ b/extra/xmms/xmms-fix.diff
@@ -0,0 +1,11 @@
+--- xmms-1.2.10+cvs20060429/xmms/util.c.orig 2006-11-05 12:29:59.000000000 +0800
++++ xmms-1.2.10+cvs20060429/xmms/util.c 2006-11-05 12:30:01.000000000 +0800
+@@ -175,7 +175,7 @@ GdkImage *create_dblsize_image(GdkImage
+ * This needs to be optimized
+ */
+
+- dblimg = gdk_image_new(GDK_IMAGE_NORMAL, gdk_visual_get_best(), img->width << 1, img->height << 1);
++ dblimg = gdk_image_new(GDK_IMAGE_NORMAL, gdk_visual_get_best_with_depth(img->depth), img->width << 1, img->height << 1);
+ if (dblimg->bpp == 1)
+ {
+ register guint8 *srcptr, *ptr, *ptr2, pix;