xserver/hw
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
..
kdrive os: unexport CloseWellKnownConnections() 2025-02-18 10:53:45 +00:00
vfb xvfb: Add multiple CRTC support 2025-02-13 23:22:49 +00:00
xfree86 fix name clash on 'GC' between Xlib and Xserver 2025-02-19 16:34:15 +01:00
xnest Xnest: drop hack for building 32bit server against 64bit libs 2025-02-19 16:34:15 +01:00
xquartz os: unexport ListenOnOpenFD() 2025-02-18 10:53:44 +00:00
xwayland misc.h: unexport compare_version() 2025-02-18 11:17:40 +00:00
xwin xwin: drop duplicate OsVendorVErrorF() 2025-02-06 23:35:27 +00:00
meson.build Drop DMX DDX 2021-09-07 09:34:31 +00:00