Merge commit '6ea59dc2d8887102bfd8d7c838d2e7ab17645aec'
This commit is contained in:
commit
604169af8b
|
@ -676,8 +676,8 @@ BarrierFreeBarrier(void *data, XID id)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
ev.deviceid = dev->id;
|
ev.deviceid = dev->id;
|
||||||
ev.event_id = pbd->barrier_event_id,
|
ev.event_id = pbd->barrier_event_id;
|
||||||
ev.dt = ms - pbd->last_timestamp,
|
ev.dt = ms - pbd->last_timestamp;
|
||||||
|
|
||||||
GetSpritePosition(dev, &root_x, &root_y);
|
GetSpritePosition(dev, &root_x, &root_y);
|
||||||
ev.root_x = root_x;
|
ev.root_x = root_x;
|
||||||
|
|
Loading…
Reference in New Issue