We don't need to define KeyCode and Mask.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2009-04-10 14:17:51 +10:00
parent 75daa0db2c
commit d5105dc851

View file

@ -41,8 +41,6 @@
/* make sure types have right sizes for protocol structures. */
#define Window CARD32
#define Time CARD32
#define KeyCode CARD8
#define Mask CARD32
#define Atom CARD32
/* Request opcodes */
@ -675,8 +673,6 @@ typedef xXIEnterEvent xXIFocusOutEvent;
#undef Window
#undef Time
#undef KeyCode
#undef Mask
#undef Atom
#endif /* _XI2PROTO_H_ */