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>
This commit is contained in:
Daniel Stone
2008-03-28 11:56:34 +02:00
parent 2f7cb73067
commit 5c281446d2
4 changed files with 0 additions and 42 deletions

View File

@@ -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;