[PATCH 2/2] xfree86: Remove LEFTALT + RIGHTALT #undefs.

Jesse Adkins jesserayadkins at gmail.com
Sun Aug 1 19:11:39 PDT 2010


These are no longer enum values in parser/xf86parser.h

Signed-off-by: Jesse Adkins <jesserayadkins at gmail.com>
---
 hw/xfree86/os-support/xf86_OSlib.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/hw/xfree86/os-support/xf86_OSlib.h b/hw/xfree86/os-support/xf86_OSlib.h
index 719e763..97859f1 100644
--- a/hw/xfree86/os-support/xf86_OSlib.h
+++ b/hw/xfree86/os-support/xf86_OSlib.h
@@ -164,8 +164,6 @@
 /* undefine symbols from <sys/kbd.h> we don't need that conflict with enum
    definitions in parser/xf86tokens.h */
 #  undef STRING
-#  undef LEFTALT
-#  undef RIGHTALT
 
 #  define LED_CAP LED_CAPS_LOCK
 #  define LED_NUM LED_NUM_LOCK
-- 
1.7.0.4



More information about the xorg-devel mailing list