summaryrefslogtreecommitdiff
path: root/hw/xnest
diff options
context:
space:
mode:
authorBenjamin Close <Benjamin.Close@clearchain.com>2009-01-22 01:36:31 +1030
committerBenjamin Close <Benjamin.Close@clearchain.com>2009-01-22 01:36:31 +1030
commit4f004ab9a83e209943760e1faa39f06c8eeb27af (patch)
treee7ab852385bd686980bcdd2e9872249ad7592fb2 /hw/xnest
parente45a8a498d1ee8e40fc334805c38c05cb04b49d0 (diff)
XNest: Fix the build caused by __XKBDEFRULES__ -> XKB_DFLT_RULES in 23862ede59a9ce11a06ec5151bde460fb836c603
Diffstat (limited to 'hw/xnest')
-rw-r--r--hw/xnest/Keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xnest/Keyboard.c b/hw/xnest/Keyboard.c
index 9adf78fa7..16e9fdc7e 100644
--- a/hw/xnest/Keyboard.c
+++ b/hw/xnest/Keyboard.c
@@ -67,7 +67,7 @@ extern Status XkbGetControls(
#define XKB_CONFIG_FILE "X0-config.keyboard"
#endif
#ifndef XKB_DFLT_RULES_FILE
-#define XKB_DFLT_RULES_FILE __XKBDEFRULES__
+#define XKB_DFLT_RULES_FILE XKB_DFLT_RULES
#endif
#ifndef XKB_DFLT_KB_LAYOUT
#define XKB_DFLT_KB_LAYOUT "us"