Set colormap of offscreen pixmaps

This fixes problems in clutter-gtk. See bug 603619.
This commit is contained in:
Matthias Clasen 2009-12-08 09:58:23 -05:00
parent 22d1d0d507
commit 105b007545

View File

@ -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