From 105b00754560b7541a82e225023af743e8e1a34e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 8 Dec 2009 09:58:23 -0500 Subject: [PATCH] Set colormap of offscreen pixmaps This fixes problems in clutter-gtk. See bug 603619. --- gdk/gdkoffscreenwindow.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdk/gdkoffscreenwindow.c b/gdk/gdkoffscreenwindow.c index 76d90158ca..dcba0a16e4 100644 --- a/gdk/gdkoffscreenwindow.c +++ b/gdk/gdkoffscreenwindow.c @@ -659,6 +659,7 @@ _gdk_offscreen_window_new (GdkWindow *window, private->width, private->height, private->depth); + gdk_drawable_set_colormap (offscreen->pixmap, offscreen->colormap); } static gboolean