xserver/hw
Stanislav Aleksandrov aab8d228f7 xwayland: remove limits for wayland pointer
This change helps when an X11 window receives pointer
events into the part of the window that is out of screen bounds.

Example:
1. window is located at -50,-50 (root)
2. receives absolute pointer event at 10,10 (surface local),
3. it is then translated to -40,-40 (root coordinates)
4. then clamped to the screen geometry and becomes 0,0
5. 0,0 (root) is translated to window local: 50,50

This patch effectively removes those limits and the window
will get the Enter/Motion events at 10,10(local) and -40,-40(root)
as expected.
2025-12-22 16:02:26 +00:00
..
kdrive Revert "os: unexport Os*() functions" 2025-07-20 12:41:06 -07:00
vfb Revert "os: unexport Os*() functions" 2025-07-20 12:41:06 -07:00
xfree86 Fix mach64 driver crash 2025-10-25 20:34:53 +00:00
xnest Revert "dix: unexport NewCurrentScreen()" 2025-09-06 17:01:37 +00:00
xquartz Revert "dix: unexport dixLookupProperty()" 2025-11-17 21:33:26 +01:00
xwayland xwayland: remove limits for wayland pointer 2025-12-22 16:02:26 +00:00
xwin Strip trailing whitespace from source files 2025-10-05 11:56:48 -07:00
meson.build meson.build: print a summary of the DDX to build 2025-03-24 03:05:35 +00:00