diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-03-28 11:56:34 +0200 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2009-01-22 14:23:24 +1100 |
commit | 5c281446d2a8c38511d45baee6f0d25a640f12e1 (patch) | |
tree | 19a48ddb67b6254cc84faeede146bbf06bb8d6ca /xkb/xkb.c | |
parent | 2f7cb7306709d5266688e05a066701d309323035 (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 'xkb/xkb.c')
-rw-r--r-- | xkb/xkb.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6611,8 +6611,6 @@ int rc; xkbDebugFlags = newFlags; xkbDebugCtrls = newCtrls; - XkbDisableLockActions= (xkbDebugCtrls&XkbDF_DisableLocks); - rep.type= X_Reply; rep.length = 0; rep.sequenceNumber = client->sequence; |