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:
committed by
Matthias Clasen
parent
a3acf689ea
commit
9c3aa23e08
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user