summaryrefslogtreecommitdiff
path: root/include/xkbsrv.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2008-03-28 11:56:34 +0200
committerDaniel Stone <daniel@fooishbar.org>2009-01-22 14:23:24 +1100
commit5c281446d2a8c38511d45baee6f0d25a640f12e1 (patch)
tree19a48ddb67b6254cc84faeede146bbf06bb8d6ca /include/xkbsrv.h
parent2f7cb7306709d5266688e05a066701d309323035 (diff)
XKB: Remove lock actions disabling
For some reason, XKB allows clients to set a global (!) flag that simply turns lock keys into state no-ops. Ignore this flag. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'include/xkbsrv.h')
-rw-r--r--include/xkbsrv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xkbsrv.h b/include/xkbsrv.h
index ee04063fb..c6f6e9e32 100644
--- a/include/xkbsrv.h
+++ b/include/xkbsrv.h
@@ -291,12 +291,9 @@ extern _X_EXPORT void xkbUnwrapProc(DeviceIntPtr, DeviceHandleProc, pointer);
extern _X_EXPORT int XkbReqCode;
extern _X_EXPORT int XkbEventBase;
-extern _X_EXPORT int XkbDisableLockActions;
extern _X_EXPORT int XkbKeyboardErrorCode;
extern _X_EXPORT char * XkbBaseDirectory;
extern _X_EXPORT char * XkbBinDirectory;
-extern _X_EXPORT int XkbDfltRepeatDelay;
-extern _X_EXPORT int XkbDfltRepeatInterval;
extern _X_EXPORT Bool noXkbExtension;