mirror of
https://github.com/brl/mutter.git
synced 2024-12-03 21:30:41 -05:00
89e11e8335
This used to be the HW device that triggered the crossing (i.e.
the mouse moving the pointer, etc), or the logical device if the
crossing event happened through other means than input device
events, e.g. relayouts.
The move to ClutterEvent constructors went a bit too far in
the simplifications and broke these expectations for input-generated
crossing events.
Make this event constructor behave like the other events: receive
a source device, and figure out the corresponding logical device from
there. Also pass the source device as it'd be expected, in the
input-induced crossing event generation paths.
Fixes:
|
||
---|---|---|
.. | ||
clutter | ||
.gitignore | ||
meson.build |