mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
events: Use the correct union field when setting the stage on touch events
This commit is contained in:
parent
da498fdb9a
commit
7f0bb8f92e
@ -2711,7 +2711,7 @@ _clutter_process_event_details (ClutterActor *stage,
|
|||||||
event->type == CLUTTER_TOUCH_CANCEL ? "Touch cancel" :
|
event->type == CLUTTER_TOUCH_CANCEL ? "Touch cancel" :
|
||||||
"?", x, y);
|
"?", x, y);
|
||||||
|
|
||||||
event->button.source = stage;
|
event->touch.source = stage;
|
||||||
|
|
||||||
emit_touch_event (event, device);
|
emit_touch_event (event, device);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user