libXcomposite 0.4.6
- Build xz tarballs instead of bzip2
- Fix spelling/wording issues
- gitlab CI: add a basic build test
- Mark two
dpy
parametersconst
as suggested bycppcheck
- Remove unnecessary casts from
malloc()
andfree()
calls - Wrap
XComposite*CheckExtension()
indo { ... } while(0)
- Handle implicit conversion warnings from clang
-
XCompositeCloseDisplay
: Markcodes
as unused