xserver/hw/xfree86
Enrico Weigelt, metux IT consult e0d55b9117 (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-06-29 12:43:29 +02:00
..
common (submit/xnest-gcrec) fix name clash on 'GC' between Xlib and Xserver 2024-06-29 12:43:29 +02:00
ddc (submit/cleanup-api-xfree86) xfree86: ddc: move private definitions from xf86DDC.h to xf86DDC_priv.h 2024-06-29 12:43:29 +02:00
dixmods (submit/miext-extinit) treewide: clean up remaining consumers of extinit.h 2024-06-29 12:43:27 +02:00
doc (submit/cleanup-alloc-funcs) treewide: replace xnfcalloc() calls by XNFcallocarray() 2024-06-29 12:43:27 +02:00
dri (submit/cleanup-api-xfree86) xfree86: move private definitions out of dri.h 2024-06-29 12:43:29 +02:00
dri2 (submit/cleanup-api-xfree86) xfree86: move private definitions out of dri2.h 2024-06-29 12:43:29 +02:00
drivers (submit/hotplug.h) include: move out private definitions from hotplug.h 2024-06-29 12:43:29 +02:00
exa (submit/cleanup-alloc-funcs) treewide: replace xnfalloc() calls to XNFalloc() 2024-06-29 12:43:27 +02:00
fbdevhw (submit/cleanup-alloc-funcs) treewide: replace xnfcalloc() calls by XNFcallocarray() 2024-06-29 12:43:27 +02:00
glamor_egl (submit/drop-obsolete-have-dix-config.h) drop obsolete HAVE_DIX_CONFIG_H 2024-06-29 12:43:28 +02:00
i2c (submit/cleanup-alloc-funcs) treewide: replace xnfreallocarray macro call by XNFreallocarray() 2024-06-29 12:43:27 +02:00
int10 (submit/cleanup-api-xfree86) xfree86: int10: move private defs out of xf86int10.h 2024-06-29 12:43:29 +02:00
loader (submit/cleanup-alloc-funcs) treewide: replace strdup() calls to Xstrdup() 2024-06-29 12:43:27 +02:00
man xorg.conf.man: Add missing new paragraph mark before AllowByteSwappedClients 2024-03-23 14:30:43 -07:00
modes (submit/cleanup-api-xfree86) xfree86: ddc: move private definitions from xf86DDC.h to xf86DDC_priv.h 2024-06-29 12:43:29 +02:00
os-support (submit/bsd-defines) xfree86: os-support: move including machine/sysarch.h out of public header 2024-06-29 12:43:29 +02:00
parser (submit/fix-char-signedness) xfree86: parser: scan: fix char signess mismatch 2024-06-29 12:43:29 +02:00
ramdac (submit/cursor-api) dix: unexport cursor refcounting functions 2024-06-29 12:43:28 +02:00
shadowfb Remove autotools support 2021-10-27 13:15:40 +03:00
utils Remove autotools support 2021-10-27 13:15:40 +03:00
vgahw (submit/cleanup-alloc-funcs) treewide: replace xnfcalloc() calls by XNFcallocarray() 2024-06-29 12:43:27 +02:00
x86emu xfree86: x86emu: rename segment register fields 2024-06-18 00:41:38 +00:00
xkb (submit/dixgrabs.h) dix: move non-public functions out from dixgrabs.h 2024-06-29 12:43:28 +02:00
.gitignore
Xorg.sh.in
meson.build meson: Support building Xnest and Xorg on darwin 2022-06-26 09:16:42 +00:00
sdksyms.sh (submit/unexport-xistub) include: unexport XIstubs.h 2024-06-29 12:43:29 +02:00
xorg-wrapper.c Fix various spelling errors 2019-10-01 17:05:28 +00:00
xorgconf.cpp Fix spelling/wording issues 2020-07-05 13:07:33 -07:00