XNest: Fix the build caused by __XKBDEFRULES__ -> XKB_DFLT_RULES in 23862ede59

This commit is contained in:
Benjamin Close 2009-01-22 01:36:31 +10:30
parent e45a8a498d
commit 4f004ab9a8

View File

@ -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"