diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1998-03-10 02:48:02 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1998-03-10 02:48:02 +0000 |
commit | 990bddfe1688861332443d89a4796a710e18ae39 (patch) | |
tree | 059823ad33a112308f6b4146e50b65aa14bd896d /gdk/gdktypes.h | |
parent | 239a12d0d140ad98ac7c85f7aa46411291250dda (diff) | |
download | gdk-pixbuf-990bddfe1688861332443d89a4796a710e18ae39.tar.gz |
Miguel, try this - I think it should do what you need. Hurry hurry :)
Diffstat (limited to 'gdk/gdktypes.h')
-rw-r--r-- | gdk/gdktypes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h index 8d82f599d..931fdf78b 100644 --- a/gdk/gdktypes.h +++ b/gdk/gdktypes.h @@ -1064,6 +1064,7 @@ struct _GdkEventDragRequest GdkPoint drop_coords; gchar *data_type; + guint32 timestamp; }; struct _GdkEventDragBegin @@ -1129,6 +1130,8 @@ struct _GdkEventDropDataAvailable gchar *data_type; /* MIME type */ gulong data_numbytes; gpointer data; + guint32 timestamp; + GdkPoint coords; }; struct _GdkEventClient |