Avoid typedef redefinitions.

This commit is contained in:
José Fonseca 2007-09-12 19:01:44 +01:00
parent ff22e3d2a9
commit be9fa81182

View file

@ -55,9 +55,11 @@
#define RANDR_10_INTERFACE 1
#define RANDR_12_INTERFACE 1
#ifndef _XRANDR_H_
typedef XID RRMode;
typedef XID RROutput;
typedef XID RRCrtc;
#endif
extern int RREventBase, RRErrorBase;