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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user