xserver/hw/xfree86/common
Enrico Weigelt, metux IT consult d31a977c8a (submit/xnest-gcrec) fix name clash on 'GC' between Xlib and Xserver
Both xlib as well as the Xserver use the same identifier "GC" for
different types. While on xlib it's just the numerical ID of a GC,
the xserver defines a struct for it by the same name. This is this
ugly and needs ridiculous hacks for Xserver code that needs xlib.

Easy to solve by just renaming the GC typedef to GCRec (consistent
with how we're naming other structs) and replacing GC* by GCPtr.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-09-16 17:07:49 +02:00
..
.gitignore Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
compiler.h compiler.h: drop translation of Sun compiler platform defines to gcc 2024-07-28 23:26:37 +00:00
dgaproc.h xfree86: common: move non-exported funcs from dgaproc.h to separate header 2024-02-29 10:27:08 +00:00
dgaproc_priv.h xfree86: common: move non-exported funcs from dgaproc.h to separate header 2024-02-29 10:27:08 +00:00
extramodes xfree86: add default modes for 16:9 and 16:10 2018-01-18 14:16:35 -05:00
meson.build hw/xfree86: fix sbus build for SPARC 2021-12-14 16:00:39 +00:00
modeline2c.awk Use ARRAY_SIZE all over the tree 2017-10-30 13:45:20 -04:00
vesamodes
xaarop.h
xf86.h (submit/cleanup-api-xfree86) xfree86: common: move private defs out of xf86VGAarbiter.h 2024-09-16 17:07:48 +02:00
xf86AutoConfig.c (submit/cleanup-api-xfree86) xfree86: parser: move private defs from xf86Parser.h to xf86Parser_priv.h 2024-09-16 17:07:48 +02:00
xf86Bus.c (submit/fix-char-signedness) xfree86: common: xf86Bus: fix char signess mismatch 2024-09-16 17:07:49 +02:00
xf86Bus.h xfree86: Remove vestigial lastScrnFlag 2018-09-12 20:47:15 +00:00
xf86Config.c (submit/cleanup-api-xfree86) xfree86: parser: move private defs from xf86Parser.h to xf86Parser_priv.h 2024-09-16 17:07:48 +02:00
xf86Config.h (!1687) xfree86: unexport xf86SetVerbosity() and xf86SetLogVerbosity() 2024-09-16 17:07:45 +02:00
xf86Configure.c (submit/unexport-ddx-callbacks) os: rename ddx.h to ddx_priv.h 2024-09-16 17:07:49 +02:00
xf86Cursor.c (!1681) xfree86: common: use LogMessageVerb() instead of xf86Msg() 2024-09-16 17:07:46 +02:00
xf86DGA.c (submit/miext-extinit) xfree86: dga: unexport noXFree86DGAExtension and move into extension 2024-09-16 17:07:48 +02:00
xf86DPMS.c (submit/cleanup-api-xfree86) xfree86: common: move private defs out of xf86VGAarbiter.h 2024-09-16 17:07:48 +02:00
xf86Events.c (submit/move-systemd-logind.h) move systemd-logind.h to hw/xfree86/os-support/linux 2024-09-16 17:07:49 +02:00
xf86Extensions.c (submit/miext-extinit) treewide: clean up remaining consumers of extinit.h 2024-09-16 17:07:48 +02:00
xf86Extensions.h (submit/miext-extinit) xfree86: vidmode: unexport noXFree86VidModeExtension and move into extension 2024-09-16 17:07:48 +02:00
xf86Globals.c Revert "xfree86: Remove -flippixels" 2024-01-03 19:43:16 +00:00
xf86Helper.c (submit/cleanup-api-xfree86) xfree86: common: move private defs from xf86Xinput.h to xf86Xinput_priv.h 2024-09-16 17:07:48 +02:00
xf86InPriv.h
xf86Init.c (submit/move-systemd-logind.h) move systemd-logind.h to hw/xfree86/os-support/linux 2024-09-16 17:07:49 +02:00
xf86MatchDrivers.h xfree86: Improved autoconfig drivers matching 2017-05-09 17:36:05 -07:00
xf86Mode.c treewide: replace xnfstrdup() calls by XNFstrdup() 2024-07-26 23:41:34 +00:00
xf86Module.h Present: add PresentCapabilitySyncobj and PresentPixmapSynced 2024-04-09 06:11:03 +00:00
xf86Opt.h hw: Rename boolean config value field from bool to boolean 2019-07-22 20:28:27 -04:00
xf86Option.c (submit/fix-char-signedness) xfree86: common: xf86Option: fix char signess mismatch 2024-09-16 17:07:49 +02:00
xf86Optionstr.h
xf86PM.c (submit/cleanup-api-xfree86) xfree86: common: move private defs from xf86Xinput.h to xf86Xinput_priv.h 2024-09-16 17:07:48 +02:00
xf86PciInfo.h
xf86Priv.h (!1687) xfree86: unexport xf86SetVerbosity() and xf86SetLogVerbosity() 2024-09-16 17:07:45 +02:00
xf86Privstr.h Remove check for useSIGIO option 2020-12-08 11:23:31 -05:00
xf86RandR.c include: move private definitions out of input.h 2024-09-01 17:59:23 +00:00
xf86VGAarbiter.c (submit/xnest-gcrec) fix name clash on 'GC' between Xlib and Xserver 2024-09-16 17:07:49 +02:00
xf86VGAarbiter.h (submit/cleanup-api-xfree86) xfree86: common: move private defs out of xf86VGAarbiter.h 2024-09-16 17:07:48 +02:00
xf86VGAarbiterPriv.h (submit/xnest-gcrec) fix name clash on 'GC' between Xlib and Xserver 2024-09-16 17:07:49 +02:00
xf86VGAarbiter_priv.h (submit/cleanup-api-xfree86) xfree86: common: move private defs out of xf86VGAarbiter.h 2024-09-16 17:07:48 +02:00
xf86VidMode.c (submit/miext-extinit) xfree86: vidmode: unexport noXFree86VidModeExtension and move into extension 2024-09-16 17:07:48 +02:00
xf86Xinput.c (submit/move-systemd-logind.h) move systemd-logind.h to hw/xfree86/os-support/linux 2024-09-16 17:07:49 +02:00
xf86Xinput.h (submit/cleanup-api-xfree86) xfree86: common: move private defs from xf86Xinput.h to xf86Xinput_priv.h 2024-09-16 17:07:48 +02:00
xf86Xinput_priv.h (submit/cleanup-api-xfree86) xfree86: common: move private defs from xf86Xinput.h to xf86Xinput_priv.h 2024-09-16 17:07:48 +02:00
xf86cmap.c (submit/cleanup-api-xfree86) xfree86: modes: move private definitions out of from xf86RandR12.h 2024-09-16 17:07:48 +02:00
xf86cmap.h
xf86fbBus.c xfree86: unexport os-support functions 2024-04-18 00:40:39 +00:00
xf86fbman.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
xf86fbman.h
xf86noBus.c xfree86: unexport os-support functions 2024-04-18 00:40:39 +00:00
xf86pciBus.c (submit/fix-char-signedness) xfree86: common: xf86pciBus: fix char signess mismatch 2024-09-16 17:07:49 +02:00
xf86pciBus.h xfree86: Improved autoconfig drivers matching 2017-05-09 17:36:05 -07:00
xf86platformBus.c (submit/move-systemd-logind.h) move systemd-logind.h to hw/xfree86/os-support/linux 2024-09-16 17:07:49 +02:00
xf86platformBus.h (submit/hotplug.h) include: move out private definitions from hotplug.h 2024-09-16 17:07:49 +02:00
xf86sbusBus.c (!1681) xfree86: common: use LogMessageVerb() instead of xf86Msg() 2024-09-16 17:07:46 +02:00
xf86sbusBus.h (submit/cleanup-api-xfree86) xfree86: common: move private defs out of xf86sbusBus.h 2024-09-16 17:07:48 +02:00
xf86sbusBus_priv.h (submit/cleanup-api-xfree86) xfree86: common: move private defs out of xf86sbusBus.h 2024-09-16 17:07:48 +02:00
xf86str.h Extend Linux #ifdef to FreeBSD OS. 2023-10-22 16:08:21 +00:00
xf86xv.c xv: unexport XvFreeAdaptor() 2024-07-26 23:51:13 +00:00
xf86xv.h
xf86xvmc.c (!1675) Revert "xv: unexport XvScreenRec and XvScreenPtr" 2024-09-16 17:07:46 +02:00
xf86xvmc.h
xf86xvpriv.h
xisb.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
xisb.h
xorgHelper.c
xorgVersion.h