projects
/
platform
/
upstream
/
inputproto.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4f09d4
)
XI2proto: define Window, Cursor, Atom and Time as uint32_t.
author
Peter Hutterer
<peter.hutterer@who-t.net>
Sat, 16 May 2009 01:46:44 +0000
(11:46 +1000)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/XI2proto.h
b/XI2proto.h
index
0ef0ece
..
4899c97
100644
(file)
--- 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