mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 21:40:19 +00:00
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:
parent
e45890a616
commit
75f85f940e
@ -1,3 +1,7 @@
|
|||||||
|
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++.
|
||||||
|
|
||||||
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
|
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkclist.c: rearranged some functions
|
* gtk/gtkclist.c: rearranged some functions
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
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++.
|
||||||
|
|
||||||
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
|
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkclist.c: rearranged some functions
|
* gtk/gtkclist.c: rearranged some functions
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
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++.
|
||||||
|
|
||||||
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
|
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkclist.c: rearranged some functions
|
* gtk/gtkclist.c: rearranged some functions
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
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++.
|
||||||
|
|
||||||
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
|
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkclist.c: rearranged some functions
|
* gtk/gtkclist.c: rearranged some functions
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
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++.
|
||||||
|
|
||||||
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
|
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkclist.c: rearranged some functions
|
* gtk/gtkclist.c: rearranged some functions
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
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++.
|
||||||
|
|
||||||
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
|
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkclist.c: rearranged some functions
|
* gtk/gtkclist.c: rearranged some functions
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
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++.
|
||||||
|
|
||||||
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
|
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
|
||||||
|
|
||||||
* gtk/gtkclist.c: rearranged some functions
|
* gtk/gtkclist.c: rearranged some functions
|
||||||
|
@ -538,14 +538,14 @@ gtk_drag_get_data (GtkWidget *widget,
|
|||||||
void
|
void
|
||||||
gtk_drag_finish (GdkDragContext *context,
|
gtk_drag_finish (GdkDragContext *context,
|
||||||
gboolean success,
|
gboolean success,
|
||||||
gboolean delete,
|
gboolean del,
|
||||||
guint32 time)
|
guint32 time)
|
||||||
{
|
{
|
||||||
GdkAtom target = GDK_NONE;
|
GdkAtom target = GDK_NONE;
|
||||||
|
|
||||||
g_return_if_fail (context != NULL);
|
g_return_if_fail (context != NULL);
|
||||||
|
|
||||||
if (success && delete)
|
if (success && del)
|
||||||
{
|
{
|
||||||
target = gdk_atom_intern ("DELETE", FALSE);
|
target = gdk_atom_intern ("DELETE", FALSE);
|
||||||
}
|
}
|
||||||
@ -574,7 +574,7 @@ gtk_drag_finish (GdkDragContext *context,
|
|||||||
time);
|
time);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!delete)
|
if (!del)
|
||||||
gdk_drop_finish (context, success, time);
|
gdk_drop_finish (context, success, time);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ void gtk_drag_get_data (GtkWidget *widget,
|
|||||||
guint32 time);
|
guint32 time);
|
||||||
void gtk_drag_finish (GdkDragContext *context,
|
void gtk_drag_finish (GdkDragContext *context,
|
||||||
gboolean success,
|
gboolean success,
|
||||||
gboolean delete,
|
gboolean del,
|
||||||
guint32 time);
|
guint32 time);
|
||||||
|
|
||||||
void gtk_drag_highlight (GtkWidget *widget);
|
void gtk_drag_highlight (GtkWidget *widget);
|
||||||
|
Loading…
Reference in New Issue
Block a user