diff options
Diffstat (limited to 'gdk/gdkx.h')
-rw-r--r-- | gdk/gdkx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/gdkx.h b/gdk/gdkx.h index 2f43fd85f..fbe655d2e 100644 --- a/gdk/gdkx.h +++ b/gdk/gdkx.h @@ -39,6 +39,8 @@ GdkVisual* gdkx_visual_get (VisualID xvisualid); +/* 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); /* Utility function in gdk.c - not sure where it belongs, but it's needed in more than one place, so make it public */ |