XI2proto: define Window, Cursor, Atom and Time as uint32_t.
authorPeter Hutterer <peter.hutterer@who-t.net>
Sat, 16 May 2009 01:46:44 +0000 (11:46 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Sat, 16 May 2009 01:49:34 +0000 (11:49 +1000)
Since we're using stdint in the rest of the file, might as well ignore
CARD32 here.

XI2proto.h

index 0ef0ece..4899c97 100644 (file)
 #include <X11/extensions/XI2.h>
 
 /* 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