summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-05-12 17:30:30 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-05-12 17:30:30 +0930
commit834c9ba8b4a1746a5d87d793f7c40bb882712656 (patch)
tree4403379c379a7f09a1f0292cf9db30a5d1c19c53
parentc6df1392e52b5edf3f25e0198c06a3a1ae3c0356 (diff)
Remove a leftover typedef, the code that requires it has since been removed.
Was part of the FakeDeviceData request, this request does not exist anymore.
-rw-r--r--XI.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/XI.h b/XI.h
index 48a3938..a81e8b8 100644
--- a/XI.h
+++ b/XI.h
@@ -322,10 +322,8 @@ SOFTWARE.
*/
#ifdef _XSERVER64
typedef unsigned int XEventClass;
-typedef unsigned int ValuatorData;
#else
typedef unsigned long XEventClass;
-typedef unsigned long ValuatorData;
#endif
/*******************************************************************