summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-02-21 20:39:30 +0100
committerEnrico Weigelt, metux IT consult <info@metux.net>2024-02-21 20:40:13 +0100
commit1e9b3ac10c1220a2c21fa22658e7477ff1ae2863 (patch)
treea93379a3352e58404b43e793f12a35edd96d9454 /scripts
parent989ff620220e8d0555cec38c1508b57dfbcfb0c6 (diff)
uxa: use GCPtr instead of GC *HEADmaster
Xserver includes have explicit pointer types for quite all kind of structs (at least those used by drivers), which are used all over the Xserver. Thus it's much cleaner to use those everywhere. This commit also clears the road to fix a horrible nightmare of hacks just needed to circumvent naming clashes between Xserver and Xlib (affecting all DDXes that are painting on another Xserver): we can simply rename Xserver's own "GC" type to "GCRec" (the usual naming convention here) and so no trouble with Xlib's "GC" type anymore. Once this has landed, we're free to do that without breaking this driver. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions