Move xkb_state functions from map.c to state.c
authorRan Benita <ran234@gmail.com>
Fri, 21 Sep 2012 10:30:42 +0000 (13:30 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Sun, 23 Sep 2012 23:08:53 +0000 (09:08 +1000)
commitdebd62b59b99e421f953c4b9433ce6d0633d9b34
treef2158a9def8c03e2965e3099bb3c3cb555a9076b
parentd206ecd9e3e6e52a84d97192d815fb42ee9e7d05
Move xkb_state functions from map.c to state.c

Seems more appropriate.
Only change is to turn some xkb_state_get_map functions to direct
state->keymap.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/map.c
src/state.c