mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-25 08:30:40 +02:00
Avoid typedef redefinitions.
This commit is contained in:
parent
ff22e3d2a9
commit
be9fa81182
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue