From 990bddfe1688861332443d89a4796a710e18ae39 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Tue, 10 Mar 1998 02:48:02 +0000 Subject: Miguel, try this - I think it should do what you need. Hurry hurry :) --- gdk/gdktypes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdk/gdktypes.h') 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 -- cgit v1.2.1