diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1998-03-10 21:57:05 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1998-03-10 21:57:05 +0000 |
commit | 120df3b8b7092f9800a2ebf42cb4b698ef1f7269 (patch) | |
tree | b96ea4a764c7283f8cb8fb0594c47ce87a38e579 /gdk/gdkprivate.h | |
parent | fabfc17d930034a451a7017b8ac35b05d7e7272d (diff) | |
download | gtk+-120df3b8b7092f9800a2ebf42cb4b698ef1f7269.tar.gz |
DnD bugfixes (hopefully :). Rasters code is still buggy, methinks - try the dnd in testgtk
Diffstat (limited to 'gdk/gdkprivate.h')
-rw-r--r-- | gdk/gdkprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdkprivate.h b/gdk/gdkprivate.h index 481811ef0c..65e9e7200f 100644 --- a/gdk/gdkprivate.h +++ b/gdk/gdkprivate.h @@ -146,6 +146,7 @@ struct _GdkDndCursorInfo { Cursor gdk_cursor_dragdefault, gdk_cursor_dragok; GdkWindow *drag_pm_default, *drag_pm_ok; GdkPoint default_hotspot, ok_hotspot; + GList *xids; }; typedef struct _GdkDndCursorInfo GdkDndCursorInfo; |