summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--XI2proto.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/XI2proto.h b/XI2proto.h
index 0ef0ece..4899c97 100644
--- a/XI2proto.h
+++ b/XI2proto.h
@@ -42,10 +42,10 @@
#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