summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2005-09-01 19:56:14 +0000
committerKristian Høgsberg <krh@redhat.com>2005-09-01 19:56:14 +0000
commitb9a70202a5d2edc2d62cbe2776635e994f07bb2d (patch)
tree57eed4644295600db28eb8a439e2cf85b3fe25a9
parentac13227d0007b6fac32af6281ae2e49f5e8fa90c (diff)
Teach xkb how to optionally run xkbcomp from $bindir instead ofXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901
$datadir/xkb.
-rw-r--r--XKBsrv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/XKBsrv.h b/XKBsrv.h
index 3435b39..49630af 100644
--- a/XKBsrv.h
+++ b/XKBsrv.h
@@ -279,6 +279,7 @@ extern int XkbEventBase;
extern int XkbKeyboardErrorCode;
extern int XkbDisableLockActions;
extern char * XkbBaseDirectory;
+extern char * XkbBinDirectory;
extern char * XkbInitialMap;
extern int _XkbClientMajor;
extern int _XkbClientMinor;