mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 18:58:06 +02:00
We don't need to define KeyCode and Mask.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
75daa0db2c
commit
d5105dc851
1 changed files with 0 additions and 4 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue