xserver/xfixes
Enrico Weigelt, metux IT consult c53751e673 (!1614) 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>
2024-09-16 17:07:46 +02:00
..
cursor.c dix: unexport cursor refcounting functions 2024-09-02 16:43:29 +00:00
disconnect.c dix: unexport fields from opaque.h not used by modules/drivers 2024-06-23 21:19:27 +00:00
meson.build xfixes: Add ClientDisconnectMode 2021-06-07 17:28:05 +02:00
region.c (!1614) xfixes: untwist Xinerama handling 2024-09-16 17:07:46 +02:00
saveset.c dix: unexport some lookup functions 2024-04-15 18:11:57 -07:00
select.c xfixes/xace: fix pointer type mismatch on XFixesSelectSelectionInput() 2024-06-23 21:07:48 +00:00
xfixes.c (!1614) xfixes: untwist Xinerama handling 2024-09-16 17:07:46 +02:00
xfixes.h xfixes: Unexport xfixes.h 2015-07-08 16:40:58 -04:00
xfixesint.h (!1614) xfixes: untwist Xinerama handling 2024-09-16 17:07:46 +02:00