mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
In the rootless case, Xwayland receives pointer motion events only while the pointer is over one of its Wayland surfaces, so there's no need for constraining them to RandR boundaries. This also avoids them getting spuriously constrained when using RandR emulation for modes larger than the default one. Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2095>