mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 11:59:12 +00:00
Jasper St. Pierre
a027937ccc
backend-x11: Set the proper coordinates on the spoofed device event
When we click on a window with a passive grab, then the event_x and event_y will be relative to that window, instead of relative to the stage, which means that picking will be wrong. Forcibly using root_x / root_y breaks nested mode. Nested mode is a testing mode that should be replaced by a DRI3-enabled Xephyr, though. It's getting too hairy to support properly.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%