xserver/miext
Enrico Weigelt, metux IT consult 467136b424 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>
2025-02-19 16:34:15 +01:00
..
damage fix name clash on 'GC' between Xlib and Xserver 2025-02-19 16:34:15 +01:00
rootless xquartz: fix compilation 2025-02-10 19:37:18 +08:00
shadow os: move BUG_*() macros to own private header 2025-02-17 19:32:48 +00:00
sync drop obsolete HAVE_DIX_CONFIG_H 2024-10-10 13:38:31 +00:00