From b32e5830c0acbdba4798fad107bf8404c978753c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Sat, 16 May 2009 11:46:44 +1000 Subject: XI2proto: define Window, Cursor, Atom and Time as uint32_t. Since we're using stdint in the rest of the file, might as well ignore CARD32 here. --- XI2proto.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'XI2proto.h') diff --git a/XI2proto.h b/XI2proto.h index 0ef0ece..4899c97 100644 --- a/XI2proto.h +++ b/XI2proto.h @@ -42,10 +42,10 @@ #include /* make sure types have right sizes for protocol structures. */ -#define Window CARD32 -#define Time CARD32 -#define Atom CARD32 -#define Cursor CARD32 +#define Window uint32_t +#define Time uint32_t +#define Atom uint32_t +#define Cursor uint32_t /** * XI2 Request opcodes -- cgit v1.2.1