mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
randrproto: remove duplicate definition of Atom type
The Atom type was defined a second time with the 1.5 changes. It was already previously defined to be a CARD32. Signed-off-by: Robert Ancell <robert.ancell@canonical.com>
This commit is contained in:
parent
79b63f0e57
commit
0c96bf03c7
1 changed files with 0 additions and 2 deletions
|
|
@ -50,7 +50,6 @@
|
|||
#define RRCrtc CARD32
|
||||
#define RRProvider CARD32
|
||||
#define RRModeFlags CARD32
|
||||
#define Atom CARD32
|
||||
|
||||
#define Rotation CARD16
|
||||
#define SizeID CARD16
|
||||
|
|
@ -1091,6 +1090,5 @@ typedef struct {
|
|||
#undef Rotation
|
||||
#undef SizeID
|
||||
#undef SubpixelOrder
|
||||
#undef Atom
|
||||
|
||||
#endif /* _XRANDRP_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue