diff options
Diffstat (limited to 'source/xap/xmms/xmms.wmxmms_vis_depth_workaround.diff')
-rw-r--r-- | source/xap/xmms/xmms.wmxmms_vis_depth_workaround.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/xap/xmms/xmms.wmxmms_vis_depth_workaround.diff b/source/xap/xmms/xmms.wmxmms_vis_depth_workaround.diff new file mode 100644 index 00000000..8b940791 --- /dev/null +++ b/source/xap/xmms/xmms.wmxmms_vis_depth_workaround.diff @@ -0,0 +1,11 @@ +--- wmxmms/wmxmms.c.orig 2008-11-09 19:32:24.000000000 -0600 ++++ wmxmms/wmxmms.c 2008-09-13 12:17:35.000000000 -0500 +@@ -650,7 +650,7 @@ + dock_gc = gdk_gc_new(icon_win->window); + + launch_pixmap = gdk_pixmap_new(window->window, 64, 64, +- gdk_visual_get_best_depth()); ++ -1); + + launch_mask = gdk_pixmap_new(window->window, 64, 64, 1); + mask_gc = gdk_gc_new(launch_mask); |