Constify the syms_out argument to xkb_key_get_syms()
authorRan Benita <ran234@gmail.com>
Sun, 8 Apr 2012 12:40:12 +0000 (15:40 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 9 Apr 2012 12:58:44 +0000 (13:58 +0100)
commit073a21076c44aecb5439ce3cf884b3c04079d14c
tree89ed77a1069e1b1868352489c10a6c8f7b7bc322
parent467d7bb64eb8e77304fc6c91f612ec7b8036e475
Constify the syms_out argument to xkb_key_get_syms()

The caller should not mess around with these as they come directly from
our internal structs.

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