libxkbcommon/test
Ran Benita 4b69d6f71d keycodes: ignore explicit minimum/maximum statements
These statements are pretty pointless for us; we don't restrict keycodes
like X does, and if someone writes e.g. maximum = 255 but only has 100
keys, we currently happily alloc all those empty keys. xkbcomp already
handles the case when these statements aren't given, and uses a computed
min/max instead. We should just always use that.
(Of course since keycodes/evdev currently uses almost all of the
keycodes in the range it declares, including 255, this doesn't save any
memory for the common user right now).

Signed-off-by: Ran Benita <ran234@gmail.com>
2012-09-15 02:09:34 +03:00
..
data keycodes: ignore explicit minimum/maximum statements 2012-09-15 02:09:34 +03:00
.gitignore test: add rmlvo-to-kccgst tool 2012-09-03 10:31:13 +03:00
common.c Copyright updates 2012-09-12 16:58:54 +01:00
context.c test: Add extremely rudimentary include path test 2012-08-08 16:23:30 +02:00
filecomp.c Copyright updates 2012-09-12 16:58:54 +01:00
interactive.c test: Use test_compile_*() in interactive 2012-08-08 13:30:24 +02:00
keyseq.c keyseq: test that de(neo) is working properly 2012-09-14 00:07:55 +03:00
keysym.c Copyright updates 2012-09-12 16:58:54 +01:00
log.c Copyright updates 2012-09-12 16:58:54 +01:00
rmlvo-to-kccgst.c test: add rmlvo-to-kccgst tool 2012-09-03 10:31:13 +03:00
rules-file.c test/rules-file: add benchmark 2012-09-03 10:31:13 +03:00
rulescomp.c Copyright updates 2012-09-12 16:58:54 +01:00
state.c state: fix mod_names_are_active 2012-09-02 19:17:09 +03:00
stringcomp.c Copyright updates 2012-09-12 16:58:54 +01:00
test.h Copyright updates 2012-09-12 16:58:54 +01:00