diff options
author | Keith Packard <keithp@keithp.com> | 2009-02-09 13:09:11 +0100 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-02-17 11:01:15 -0800 |
commit | 76f18b94bd2719a8199334742d021c4d0806187d (patch) | |
tree | f616051b2de4f5e6a701275c5ab5c766d902620e /hw/xfree86/parser/xf86Parser.h | |
parent | 123093996507c4d3b6dc457240ce00f8ac42f410 (diff) |
Add XkbDir to Files config file section
The XKB base directory was not configuable through the config file.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/xfree86/parser/xf86Parser.h')
-rw-r--r-- | hw/xfree86/parser/xf86Parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/parser/xf86Parser.h b/hw/xfree86/parser/xf86Parser.h index 0444b0338..29825dd51 100644 --- a/hw/xfree86/parser/xf86Parser.h +++ b/hw/xfree86/parser/xf86Parser.h @@ -75,6 +75,7 @@ typedef struct char *file_inputdevs; char *file_fontpath; char *file_comment; + char *file_xkbdir; } XF86ConfFilesRec, *XF86ConfFilesPtr; |