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++.
This commit is contained in:
Paolo Molaro
1998-10-20 09:54:57 +00:00
parent e45890a616
commit 75f85f940e
9 changed files with 32 additions and 4 deletions

View File

@ -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);