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" :
|
||||
"?", x, y);
|
||||
|
||||
event->button.source = stage;
|
||||
event->touch.source = stage;
|
||||
|
||||
emit_touch_event (event, device);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user