summaryrefslogtreecommitdiff
path: root/gdk/gdktypes.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-01-06 00:41:04 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-01-06 00:41:04 +0000
commit0a411980ef8a319e102f5d3cf9a3d351994c8f97 (patch)
tree7b2a03210c5789b23aad4d9ad2f00ceafdb8768e /gdk/gdktypes.h
parent5126b13c0a27f93676e006cd681aea1eca6f88f8 (diff)
downloadgdk-pixbuf-0a411980ef8a319e102f5d3cf9a3d351994c8f97.tar.gz
Push GdkRGB's visual and colormap around the color selection dialog so
Tue Jan 5 19:01:18 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkcolorsel.c (gtk_color_selection_dialog_init): Push GdkRGB's visual and colormap around the color selection dialog so that the window and the previews have the same colormap. If an app adds things to the colorsel dialog, it will have to take care of them itself.
Diffstat (limited to 'gdk/gdktypes.h')
-rw-r--r--gdk/gdktypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index 30088c405..ea9fc102c 100644
--- a/gdk/gdktypes.h
+++ b/gdk/gdktypes.h
@@ -734,8 +734,9 @@ typedef enum {
typedef enum {
GDK_DRAG_PROTO_MOTIF,
GDK_DRAG_PROTO_XDND,
- GDK_DRAG_PROTO_ROOTWIN /* A root window with nobody claiming
+ GDK_DRAG_PROTO_ROOTWIN, /* A root window with nobody claiming
* drags */
+ GDK_DRAG_PROTO_NONE /* Not a valid drag window */
} GdkDragProtocol;
/* The color type.