Ticket #60096: RRLease_patch.diff
File RRLease_patch.diff, 530 bytes (added by ballapete (Peter "Pete" Dyballa), 5 years ago) |
---|
-
xorg-server-devel-1.20.4/randr/randrstr.
old new 63 63 typedef XID RROutput; 64 64 typedef XID RRCrtc; 65 65 typedef XID RRProvider; 66 67 /* don't define this here. Causes redefinition errors with pre-C11 compilers68 due to a conflict in X11/Xmd.h (xorg-xorgproto)69 and there is no indication it is used anywhere in the xorg-server source70 71 66 typedef XID RRLease; 72 */73 67 74 68 extern int RREventBase, RRErrorBase; 75 69