xorg-xorgproto/include
Adam Jackson 30a2013800 randrproto: Fix missing #undef RRLease
clang did not like this, and it's hard to blame it:

../randr/randrstr.h:66:13: warning: redefinition of typedef 'CARD32' is a C11 feature [-Wtypedef-redefinition]
typedef XID RRLease;
            ^
/opt/X11/include/X11/extensions/randrproto.h:53:17: note: expanded from macro 'RRLease'
                ^
/opt/X11/include/X11/Xmd.h:111:23: note: previous definition is here
typedef unsigned long CARD32;

Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-03-19 15:25:13 -04:00
..
GL glproto: Add compatibility #defines for the typos we corrected 2018-02-14 15:58:46 -05:00
X11 randrproto: Fix missing #undef RRLease 2018-03-19 15:25:13 -04:00
meson.build meson: Spread the install rules into their subdirs 2018-02-01 15:01:56 -05:00