mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Pass a GdkDragAction to gtk_drag_get_cursor. (#309784, Sebastian Bacher)
2005-07-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdnd.c (gtk_drag_update_cursor): Pass a GdkDragAction to gtk_drag_get_cursor. (#309784, Sebastian Bacher)
This commit is contained in:
parent
cacfdbc2ae
commit
b53a336e11
@ -1,3 +1,8 @@
|
||||
2005-07-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_update_cursor): Pass a GdkDragAction to
|
||||
gtk_drag_get_cursor. (#309784, Sebastian Bacher)
|
||||
|
||||
2005-07-08 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gtk/gtkfilesel.c: Use g_get_host_name().
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-07-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_update_cursor): Pass a GdkDragAction to
|
||||
gtk_drag_get_cursor. (#309784, Sebastian Bacher)
|
||||
|
||||
2005-07-08 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gtk/gtkfilesel.c: Use g_get_host_name().
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-07-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_update_cursor): Pass a GdkDragAction to
|
||||
gtk_drag_get_cursor. (#309784, Sebastian Bacher)
|
||||
|
||||
2005-07-08 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gtk/gtkfilesel.c: Use g_get_host_name().
|
||||
|
@ -749,7 +749,7 @@ gtk_drag_update_cursor (GtkDragSourceInfo *info)
|
||||
return;
|
||||
|
||||
cursor = gtk_drag_get_cursor (gdk_cursor_get_display (info->cursor),
|
||||
i, info);
|
||||
drag_cursors[i].action, info);
|
||||
|
||||
if (cursor != info->cursor)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user