xserver/composite
Enrico Weigelt, metux IT consult 0bf08776c8 composite: 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-12 17:21:44 +02:00
..
compalloc.c dix: add dixClientForXID() 2025-06-12 16:53:34 +02:00
compext.c composite: untwist Xinerama handling 2025-06-12 17:21:44 +02:00
compinit.c dix: move ColormapRec declaration out of public header 2025-06-12 17:21:43 +02:00
compint.h composite: drop obsolete including of colormapst.h 2025-06-12 17:21:43 +02:00
compositeext.h compext: drop unused function CompositeRegisterImplicitRedirectionException() 2025-06-12 16:50:55 +02:00
compositeext_priv.h composite: fix duplicate typedef of ScreenPtr 2024-04-18 00:51:06 +00:00
compoverlay.c composite: clean up including panoramix headers 2025-06-12 17:21:43 +02:00
compwindow.c composite: clean up including panoramix headers 2025-06-12 17:21:43 +02:00
meson.build meson: hide C API if Xorg is disabled (like autotools) 2021-03-11 00:22:36 +00:00