xserver/hw
Enrico Weigelt, metux IT consult cffc7a83ac (!1393) 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-05-22 17:34:52 +02:00
..
kdrive (!1909) kdrive: use calloc() instead of malloc() 2025-05-22 17:34:49 +02:00
vfb (!1909) vfb: use calloc() instead of malloc() 2025-05-22 17:34:50 +02:00
xfree86 (!1393) fix name clash on 'GC' between Xlib and Xserver 2025-05-22 17:34:52 +02:00
xnest (!1903) dix: CreateColormap() pass in ClientPtr instead of client index 2025-05-22 17:34:52 +02:00
xquartz (!1944) treewide: drop COMPOSITE symbol 2025-05-22 17:34:47 +02:00
xwayland (!1926) dri: unexport dri3_send_open_reply() 2025-05-22 17:34:51 +02:00
xwin (!1903) dix: CreateColormap() pass in ClientPtr instead of client index 2025-05-22 17:34:52 +02:00
meson.build meson.build: print a summary of the DDX to build 2025-03-24 03:05:35 +00:00