summaryrefslogtreecommitdiff
path: root/gdk/gdk.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1998-11-18 17:00:48 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-11-18 17:00:48 +0000
commit8715d1c1b38969cd887cb218ba72ae343e7bc275 (patch)
tree06aac423fa1bfbe1e96dcd2b1b9c1776d30856c9 /gdk/gdk.h
parentfb6a7ccb92c4443108e4bc07b6cb43ab3268a94e (diff)
downloadgtk+-8715d1c1b38969cd887cb218ba72ae343e7bc275.tar.gz
Accept drops that are sent to a toplevel but are not within the toplevels
Wed Nov 18 11:54:57 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c (gtk_drag_find_widget): Accept drops that are sent to a toplevel but are not within the toplevels bounds. * gdk/gdkdnd.c gdk/gdk.h: Added support for a XdndProxy atom which proxies the drag to another window.
Diffstat (limited to 'gdk/gdk.h')
-rw-r--r--gdk/gdk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdk.h b/gdk/gdk.h
index 68feea9f7c..b002d626ed 100644
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -245,8 +245,8 @@ GdkAtom gdk_drag_get_selection (GdkDragContext *context);
GdkDragContext * gdk_drag_begin (GdkWindow *window,
GList *targets,
GdkDragAction actions);
-gboolean gdk_drag_get_protocol (guint32 xid,
- GdkDragProtocol *protocol);
+guint32 gdk_drag_get_protocol (guint32 xid,
+ GdkDragProtocol *protocol);
void gdk_drag_find_window (GdkDragContext *context,
GdkWindow *drag_window,
gint x_root,