forked from AuroraMiddleware/gtk
Set colormap of offscreen pixmaps
This fixes problems in clutter-gtk. See bug 603619.
This commit is contained in:
parent
22d1d0d507
commit
105b007545
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user