XNest: Fix the build caused by __XKBDEFRULES__ -> XKB_DFLT_RULES in 23862ede59
This commit is contained in:
parent
e45a8a498d
commit
4f004ab9a8
|
@ -67,7 +67,7 @@ extern Status XkbGetControls(
|
||||||
#define XKB_CONFIG_FILE "X0-config.keyboard"
|
#define XKB_CONFIG_FILE "X0-config.keyboard"
|
||||||
#endif
|
#endif
|
||||||
#ifndef XKB_DFLT_RULES_FILE
|
#ifndef XKB_DFLT_RULES_FILE
|
||||||
#define XKB_DFLT_RULES_FILE __XKBDEFRULES__
|
#define XKB_DFLT_RULES_FILE XKB_DFLT_RULES
|
||||||
#endif
|
#endif
|
||||||
#ifndef XKB_DFLT_KB_LAYOUT
|
#ifndef XKB_DFLT_KB_LAYOUT
|
||||||
#define XKB_DFLT_KB_LAYOUT "us"
|
#define XKB_DFLT_KB_LAYOUT "us"
|
||||||
|
|
Loading…
Reference in New Issue