diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1998-03-06 05:14:09 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1998-03-06 05:14:09 +0000 |
commit | 3033d6b47acd2e77a36999b94a4268d6eac07a1c (patch) | |
tree | 60bf976437b34bd21cdea55b6586e5269b5d40ae /gdk/x11/gdkglobals-x11.c | |
parent | 2a4c36a73d3a12466bfebdc4dca1b8f31bd8695b (diff) | |
download | gdk-pixbuf-3033d6b47acd2e77a36999b94a4268d6eac07a1c.tar.gz |
This commit moves dnd variables around a bit, and has a try at using hints for the shape dragging (this is for quartic)
Diffstat (limited to 'gdk/x11/gdkglobals-x11.c')
-rw-r--r-- | gdk/x11/gdkglobals-x11.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdk/x11/gdkglobals-x11.c b/gdk/x11/gdkglobals-x11.c index 0fcbef3fc..ec1ecf312 100644 --- a/gdk/x11/gdkglobals-x11.c +++ b/gdk/x11/gdkglobals-x11.c @@ -43,7 +43,9 @@ GdkDndGlobals gdk_dnd = {None,None,None, 0, FALSE, FALSE, FALSE, None, - {0,0}}; + {0,0}, + {0,0}, {0,0}, + {0,0,0,0}, NULL, None}; gchar *gdk_progname = NULL; gchar *gdk_progclass = NULL; gint gdk_error_code; |