summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2010-01-07 15:34:52 +0100
committerKeith Packard <keithp@keithp.com>2010-01-07 08:03:46 -0800
commit8d53d84485fdce8ea9686e6f300a69f7ddebd467 (patch)
tree517a5ed467111b096ddcd33f7695674d8b51a1cb
parent6f265d55a61f9be323583b8acacae783be72bda9 (diff)
Do not define members of include/eventstr.h:EventType enum conditionally.
Main problem is that EventType enumeration members can be different in module and in server, which obviously causes problems. Signed-off-by: Adam Tkac <atkac@redhat.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--include/eventstr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/eventstr.h b/include/eventstr.h
index 0d5b1c62a..79685c1a6 100644
--- a/include/eventstr.h
+++ b/include/eventstr.h
@@ -58,17 +58,13 @@ enum EventType {
ET_ProximityOut,
ET_DeviceChanged,
ET_Hierarchy,
-#if XFreeXDGA
ET_DGAEvent,
-#endif
ET_RawKeyPress,
ET_RawKeyRelease,
ET_RawButtonPress,
ET_RawButtonRelease,
ET_RawMotion,
-#ifdef XQUARTZ
ET_XQuartz,
-#endif
ET_Internal = 0xFF /* First byte */
};