xserver/Xext
Enrico Weigelt, metux IT consult fd77dbfa68 (submit/split-client.h) os: split off internal definitions from client.h
The client.h file is part of the public module API, but it also contains
definitions that aren't useful for being used in modules. Splitting them
out into their own client_priv.h file, which isn't part of the API.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-08-29 20:51:21 +02:00
..
bigreq.c (submit/miext-extinit) miext: move over extinit_priv.h from include 2024-08-29 20:51:20 +02:00
dpms.c (submit/miext-extinit) miext: move over extinit_priv.h from include 2024-08-29 20:51:20 +02:00
dpmsproc.h dpms: Consolidate a bunch of stuff into Xext/dpms.c 2017-03-27 15:59:47 -04:00
geext.c (submit/miext-extinit) Xext: geext: move out noGEExtension to corresponding extension 2024-08-29 20:51:20 +02:00
geext.h Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
geint.h xge: Hide some implementation details 2015-07-08 16:40:58 -04:00
hashtable.c dix: Fix undefined shift in ht_generic_hash 2019-10-15 14:06:30 -04:00
hashtable.h Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
meson.build Xace: dont install xace.h and xacestr.h anymore 2024-06-23 21:07:48 +00:00
panoramiX.c (submit/miext-extinit) miext: move over extinit_priv.h from include 2024-08-29 20:51:20 +02:00
panoramiX.h Xext: drop _PANORAMIX_SERVER 2024-06-23 19:31:46 +00:00
panoramiXSwap.c (submit/fixup-req-len) Xext: panoramiX: drop now obsolete swap procs 2024-08-29 20:51:20 +02:00
panoramiXh.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
panoramiXprocs.c rename remaining RT_* defines to X11_RESTYPE_* 2024-04-15 19:00:47 -07:00
panoramiXsrv.h Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
saver.c (submit/colormap.h) dix: unexport IsMapInstalled() 2024-08-29 20:51:21 +02:00
security.c (submit/miext-extinit) miext: move over extinit_priv.h from include 2024-08-29 20:51:20 +02:00
securitysrv.h Xext: securitysrv.h: drop hacks for including secur.h 2024-06-23 19:20:12 +00:00
shape.c (submit/miext-extinit) miext: move over extinit_priv.h from include 2024-08-29 20:51:20 +02:00
shm.c (submit/miext-extinit) miext: move over extinit_priv.h from include 2024-08-29 20:51:20 +02:00
shmint.h xext: Fix shmint.h to not use headers outside of sdk_HEADERS 2013-11-14 10:22:15 +09:00
sleepuntil.c prevent name clash on Windows w/ RT_* defines 2024-04-15 18:59:23 -07:00
sleepuntil.h Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
sync.c (submit/miext-extinit) miext: move over extinit_priv.h from include 2024-08-29 20:51:20 +02:00
syncsdk.h xsync: Add resource inside of SyncCreate, export SyncCreate 2019-04-17 14:01:17 -07:00
syncsrv.h sync: Convert from "CARD64" to int64_t. 2017-09-20 13:19:27 -04:00
vidmode.c (submit/cleanup-vidmode-dispatch) Xext: vidmode: simplify reply struct initialization 2024-08-29 20:51:20 +02:00
xace.c (submit/modset-fix-vrr-hook) xace: export XaceRegisterCallback() and XaceDeleteCallback() 2024-08-29 20:51:20 +02:00
xace.h (submit/selection.h) dix: rename selection.h to selection_priv.h 2024-08-29 20:51:21 +02:00
xacestr.h (submit/selection.h) dix: rename selection.h to selection_priv.h 2024-08-29 20:51:21 +02:00
xcmisc.c (submit/miext-extinit) miext: move over extinit_priv.h from include 2024-08-29 20:51:20 +02:00
xf86bigfont.c (submit/miext-extinit) miext: move over extinit_priv.h from include 2024-08-29 20:51:20 +02:00
xf86bigfontsrv.h Move extension initialisation prototypes into extinit.h 2012-07-09 23:06:41 -07:00
xres.c (submit/split-client.h) os: split off internal definitions from client.h 2024-08-29 20:51:21 +02:00
xselinux.h include: unpexport SELINUX_* consts from include/global.h 2024-03-25 19:40:04 +00:00
xselinux_ext.c (submit/selection.h) dix: rename selection.h to selection_priv.h 2024-08-29 20:51:21 +02:00
xselinux_hooks.c (submit/split-client.h) os: split off internal definitions from client.h 2024-08-29 20:51:21 +02:00
xselinux_label.c rename remaining RT_* defines to X11_RESTYPE_* 2024-04-15 19:00:47 -07:00
xselinuxint.h include: drop obsolete registry.h 2024-03-03 23:20:06 +00:00
xtest.c (submit/miext-extinit) miext: move over extinit_priv.h from include 2024-08-29 20:51:20 +02:00
xvdisp.c (submit/cleanup-xv-dispatch) Xext: xv: simplify dispatcher 2024-08-29 20:51:20 +02:00
xvdisp.h (submit/cleanup-xv-dispatch) Xext: xv: untwist Xinerama handling 2024-08-29 20:51:20 +02:00
xvdix.h xv: unexport XvPortNotifyRec 2024-07-26 23:51:13 +00:00
xvdix_priv.h xv: unexport XvPortNotifyRec 2024-07-26 23:51:13 +00:00
xvmain.c (submit/miext-extinit) miext: move over extinit_priv.h from include 2024-08-29 20:51:20 +02:00
xvmc.c (submit/miext-extinit) miext: move over extinit_priv.h from include 2024-08-29 20:51:20 +02:00
xvmcext.h Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00