mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
clutter: Remove "source" event union fields
These are no longer used, drop the last places that modify those in event structs and remove them. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2311>
This commit is contained in:

committed by
Marge Bot

parent
2aeaeece7d
commit
e736b04deb
@ -2444,7 +2444,6 @@ meta_seat_x11_translate_event (MetaSeatX11 *seat,
|
||||
event->crossing.type = event->type = CLUTTER_ENTER;
|
||||
|
||||
event->crossing.stage = stage;
|
||||
event->crossing.source = CLUTTER_ACTOR (stage);
|
||||
event->crossing.related = NULL;
|
||||
|
||||
event->crossing.time = xev->time;
|
||||
@ -2458,7 +2457,6 @@ meta_seat_x11_translate_event (MetaSeatX11 *seat,
|
||||
event->crossing.type = event->type = CLUTTER_LEAVE;
|
||||
|
||||
event->crossing.stage = stage;
|
||||
event->crossing.source = CLUTTER_ACTOR (stage);
|
||||
event->crossing.related = NULL;
|
||||
|
||||
event->crossing.time = xev->time;
|
||||
|
Reference in New Issue
Block a user