[PATCH] Do not define members of include/eventstr.h:EventType enum conditionally. It can break modules which are built in-tree.
Adam Tkac
atkac at redhat.com
Mon Dec 21 06:03:30 PST 2009
Signed-off-by: Adam Tkac <atkac at redhat.com>
---
include/eventstr.h | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/include/eventstr.h b/include/eventstr.h
index 0d5b1c6..79685c1 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 */
};
--
1.6.6
--5vNYLRcllDrimb99--
More information about the xorg-devel
mailing list