xserver/xfixes
Enrico Weigelt, metux IT consult c530d6fb63 (submit/cleanup-xfixes) xfixes: untwist Xinerama handling
The current way of switching between Xinerama and single-screen handlers
is quite complicated and needs call vector tables that are changed on
the fly, which in turn makes dispatching more complicated.

Reworking this into a simple and straight code flow, where individual request
procs just look at a flag to decide whether to call the Xinerama or single
screen version.

This isn't just much easier to understand (and debug), but also removes the need
or the call vectors, thus allowing further simplification of the dispatcher.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-06-26 11:21:20 +02:00
..
cursor.c xfixes: write out GetCursorName reply directly 2025-06-12 17:21:42 +02:00
disconnect.c xfixes: drop swapping request length fields 2025-02-06 22:28:49 +00:00
meson.build xfixes: Add ClientDisconnectMode 2021-06-07 17:28:05 +02:00
region.c (submit/cleanup-xfixes) xfixes: untwist Xinerama handling 2025-06-26 11:21:20 +02:00
saveset.c dix: make RESOURCE_CLIENT_MASK macro private 2025-06-12 16:53:53 +02:00
select.c xfixes: consolidate ProcXFixesSelectSelectionInput() 2025-06-12 16:52:13 +02:00
xfixes.c (submit/cleanup-xfixes) xfixes: untwist Xinerama handling 2025-06-26 11:21:20 +02:00
xfixes.h xfixes: Unexport xfixes.h 2015-07-08 16:40:58 -04:00
xfixesint.h (submit/cleanup-xfixes) xfixes: untwist Xinerama handling 2025-06-26 11:21:20 +02:00