Remove the XKB_NUM_INDICATORS limit
authorRan Benita <ran234@gmail.com>
Wed, 10 Oct 2012 17:08:01 +0000 (19:08 +0200)
committerRan Benita <ran234@gmail.com>
Wed, 10 Oct 2012 17:44:23 +0000 (19:44 +0200)
commit9197eb0fb38ae7e1c70e085b67305c2171f50aac
treeaa4722951343883b2512fa0ab0d6cd5e2b81a617
parentf3732d8349556e8615cb704fa9643712e954fee6
Remove the XKB_NUM_INDICATORS limit

Use a darray instead of a static array of size 32.
We still enforce XKB_MAX_LEDS because of the size of xkb_led_mask_t.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/keymap-dump.c
src/keymap.c
src/keymap.h
src/state.c
src/xkbcomp/compat.c
src/xkbcomp/keycodes.c
src/xkbcomp/keymap.c