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/gdkprivate.h | |
parent | 2a4c36a73d3a12466bfebdc4dca1b8f31bd8695b (diff) | |
download | gtk+-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/gdkprivate.h')
-rw-r--r-- | gdk/gdkprivate.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdk/gdkprivate.h b/gdk/gdkprivate.h index ee8456fb12..70a02a2067 100644 --- a/gdk/gdkprivate.h +++ b/gdk/gdkprivate.h @@ -160,6 +160,11 @@ struct _GdkDndGlobals { gboolean drag_really, drag_perhaps, dnd_grabbed; Window dnd_drag_target; GdkPoint drag_dropcoords; + + GdkPoint dnd_drag_start, dnd_drag_oldpos; + GdkRectangle dnd_drag_dropzone; + GdkWindowPrivate *real_sw; + Window dnd_drag_curwin; }; typedef struct _GdkDndGlobals GdkDndGlobals; |