Add xkb_state_get_map()
authorRan Benita <ran234@gmail.com>
Sat, 7 Apr 2012 23:08:37 +0000 (02:08 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 9 Apr 2012 13:16:17 +0000 (14:16 +0100)
commit1b9635dfb51f78783d6c11d10773b998236d4ce8
tree8b6bcc8580df401c9bb5f6fc0dfef213be18a87a
parent8fbd44fde6c54e5f646e619e51a6e846e3c6f95b
Add xkb_state_get_map()

This is very useful because it avoids redundent pointers in structs
and/or parameter passing in the application.

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