xserver/hw
Stanislav Aleksandrov 485475e3c3 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.
2026-02-14 10:16:27 -08:00
..
kdrive Xephyr.man: Use \- to get ASCII hyphens instead of Unicode dashes 2026-01-25 10:40:01 -08:00
vfb man pages: remove extraneous PP macros 2026-01-25 10:40:01 -08:00
xfree86 Fix drmModeCreatePropertyBlob() length parameter after f894801fa2 2026-01-25 10:40:03 -08:00
xnest Xnest: use authorative declarations from X11/XKBlib.h 2026-01-25 10:40:01 -08:00
xquartz Strip trailing whitespace from source files 2026-01-25 10:40:02 -08:00
xwayland xwayland: remove limits for wayland pointer 2026-02-14 10:16:27 -08:00
xwin Strip trailing whitespace from source files 2026-01-25 10:40:02 -08:00
meson.build meson.build: print a summary of the DDX to build 2026-01-25 10:40:01 -08:00