diff options
author | Paolo Molaro <lupus@src.gnome.org> | 1998-10-20 09:54:57 +0000 |
---|---|---|
committer | Paolo Molaro <lupus@src.gnome.org> | 1998-10-20 09:54:57 +0000 |
commit | 75f85f940e215fc8ba9c8dc4cc926356e09fc252 (patch) | |
tree | 17a11546d8b6cf05b014cce30a575bc25508bf27 /gtk/gtkdnd.h | |
parent | e45890a6165e4a7551ec1c7d4844ee1347be4047 (diff) | |
download | gtk+-75f85f940e215fc8ba9c8dc4cc926356e09fc252.tar.gz |
Tue, 20 Oct 1998 11:33:10 +0200 Paolo Molaro <lupus@debian.org>
Tue, 20 Oct 1998 11:33:10 +0200 Paolo Molaro <lupus@debian.org>
* gtk/gtkdnd.h,gtk/gtkdnd.c: delete is a reserved word in c++.
Diffstat (limited to 'gtk/gtkdnd.h')
-rw-r--r-- | gtk/gtkdnd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdnd.h b/gtk/gtkdnd.h index 8f313e70ee..399a0390de 100644 --- a/gtk/gtkdnd.h +++ b/gtk/gtkdnd.h @@ -44,7 +44,7 @@ void gtk_drag_get_data (GtkWidget *widget, guint32 time); void gtk_drag_finish (GdkDragContext *context, gboolean success, - gboolean delete, + gboolean del, guint32 time); void gtk_drag_highlight (GtkWidget *widget); |