diff options
Diffstat (limited to 'gtk/gtkdnd.h')
-rw-r--r-- | gtk/gtkdnd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkdnd.h b/gtk/gtkdnd.h index 8bb7aeb429..c392442a9e 100644 --- a/gtk/gtkdnd.h +++ b/gtk/gtkdnd.h @@ -55,11 +55,11 @@ typedef enum { void gtk_drag_get_data (GtkWidget *widget, GdkDragContext *context, GdkAtom target, - guint32 time); + guint32 time_); void gtk_drag_finish (GdkDragContext *context, gboolean success, gboolean del, - guint32 time); + guint32 time_); GtkWidget *gtk_drag_get_source_widget (GdkDragContext *context); |