xserver/miext/damage
Enrico Weigelt, metux IT consult 556c8726ae (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-18 17:23:12 +02:00
..
damage.c (submit/xnest-gcrec) fix name clash on 'GC' between Xlib and Xserver 2024-09-18 17:23:12 +02:00
damage.h damage: Remove "post-rendering" hooks 2013-09-10 14:28:53 -04:00
damagestr.h dix: Remove PRIVATE_DAMAGE 2017-03-21 11:20:26 -04:00
meson.build meson: hide C API if Xorg is disabled (like autotools) 2021-03-11 00:22:36 +00:00