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/xkbUtils.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/xkbUtils.c')
-rw-r--r-- | xkb/xkbUtils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xkb/xkbUtils.c b/xkb/xkbUtils.c index a12cb79f3..abfd6fb97 100644 --- a/xkb/xkbUtils.c +++ b/xkb/xkbUtils.c @@ -68,8 +68,6 @@ DEALINGS IN THE SOFTWARE. #include "xkbgeom.h" #include "xkb.h" -int XkbDisableLockActions = 0; - /***====================================================================***/ int |