mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Set the time field in the event. (#308573, Morten Welinder)
2005-06-22 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkdnd-x11.c (xdnd_finished_filter): Set the time field in the event. (#308573, Morten Welinder)
This commit is contained in:
parent
a3acf689ea
commit
9c3aa23e08
@ -1,5 +1,8 @@
|
||||
2005-06-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdnd-x11.c (xdnd_finished_filter): Set the
|
||||
time field in the event. (#308573, Morten Welinder)
|
||||
|
||||
* gtk/gtkfilesystemunix.c: Remove gratitious differences
|
||||
between the stable branch and HEAD, which sneaked in with
|
||||
the bookmark renaming.
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-06-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdnd-x11.c (xdnd_finished_filter): Set the
|
||||
time field in the event. (#308573, Morten Welinder)
|
||||
|
||||
* gtk/gtkfilesystemunix.c: Remove gratitious differences
|
||||
between the stable branch and HEAD, which sneaked in with
|
||||
the bookmark renaming.
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-06-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdnd-x11.c (xdnd_finished_filter): Set the
|
||||
time field in the event. (#308573, Morten Welinder)
|
||||
|
||||
* gtk/gtkfilesystemunix.c: Remove gratitious differences
|
||||
between the stable branch and HEAD, which sneaked in with
|
||||
the bookmark renaming.
|
||||
|
@ -2034,6 +2034,8 @@ xdnd_finished_filter (GdkXEvent *xev,
|
||||
event->dnd.context = context;
|
||||
g_object_ref (context);
|
||||
|
||||
event->dnd.time = GDK_CURRENT_TIME; /* FIXME? */
|
||||
|
||||
return GDK_FILTER_TRANSLATE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user