mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
barrier: Add a time field to MetaBarrierEvent
This was used in gnome-shell, but last-minute changes and multiple branch confusion on my part meant the field actually never got added. https://bugzilla.gnome.org/show_bug.cgi?id=693854
This commit is contained in:
@ -331,6 +331,7 @@ meta_barrier_fire_event (MetaBarrier *barrier,
|
||||
|
||||
event->ref_count = 1;
|
||||
event->event_id = xevent->eventid;
|
||||
event->time = xevent->time;
|
||||
event->dt = xevent->dtime;
|
||||
|
||||
event->x = xevent->root_x;
|
||||
|
Reference in New Issue
Block a user