From 76f18b94bd2719a8199334742d021c4d0806187d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 9 Feb 2009 13:09:11 +0100 Subject: Add XkbDir to Files config file section The XKB base directory was not configuable through the config file. Signed-off-by: Keith Packard --- hw/xfree86/parser/xf86Parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/xfree86/parser/xf86Parser.h') 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; -- cgit v1.2.3