GNOME Bugzilla – Bug 85697
gdkx_colormap_get()
Last modified: 2011-02-04 16:11:17 UTC
We've had the comment: /* XXX: Do not use this function until it is fixed. An X Colormap * is useless unless we also have the visual. */ GdkColormap* gdkx_colormap_get (Colormap xcolormap); Forever in gdkx.h. With the multihead changes, gdkx_colormap_get() is just completely broken at present. Probably we should do something like ENABLE_BROKEN this function, and add a: gdk_x11_colormap_foreign_new (Display *display, Visual visual, Colormap colormap);
Tue Sep 24 16:04:44 2002 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkx.h gdk/x11/gdkcolor-x11.c gdkscreen-x11.h: Add gdk_x11_colormap_foreign_new(), GDK_ENABLE_BROKEN gdkx_colormap_get(), make the colormap hash per-screen. (#85697)