summaryrefslogtreecommitdiff
path: root/gdk/gdkprivate.h
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1998-03-10 21:57:05 +0000
committerElliot Lee <sopwith@src.gnome.org>1998-03-10 21:57:05 +0000
commit120df3b8b7092f9800a2ebf42cb4b698ef1f7269 (patch)
treeb96ea4a764c7283f8cb8fb0594c47ce87a38e579 /gdk/gdkprivate.h
parentfabfc17d930034a451a7017b8ac35b05d7e7272d (diff)
downloadgtk+-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.h1
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;