Add LED state API
authorDaniel Stone <daniel@fooishbar.org>
Thu, 22 Mar 2012 14:32:53 +0000 (14:32 +0000)
committerDaniel Stone <daniel@fooishbar.org>
Thu, 22 Mar 2012 14:32:53 +0000 (14:32 +0000)
commit3d672fcfea6b823db4793b9ad1c3aadc4b547a08
tree9058bf7c8279aa6b1b95d6237166fb6fb484c0c1
parentb6c79ad0d82fddfa0c020e73337b4c92a72d9781
Add LED state API

And also convert state.c to use the state API for mods and groups,
rather than testing the state members directly.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
include/xkbcommon/xkbcommon.h
src/map.c
src/state.c
test/state.c