mirror of
https://github.com/brl/mutter.git
synced 2025-07-03 01:32:11 +00:00
events: Use the correct union field when setting the stage on touch events
This commit is contained in:
@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user