API change: Rename xkb_map_* and group -> layout
authorDaniel Stone <daniel@fooishbar.org>
Wed, 12 Sep 2012 18:55:06 +0000 (19:55 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Thu, 20 Sep 2012 13:30:23 +0000 (23:30 +1000)
commit33a66515d6bd28b4c2f31ecfc1c51f8b45b034e8
treeb7151302f3e1016b75b3fd6ecf0fbebb07479d69
parent005dee2bb6d0c7c6927eda1a1173ccd9b68b8754
API change: Rename xkb_map_* and group -> layout

Move xkb_map_* functions to xkb_keymap_*, xkb_key_* functions under
either xkb_keymap or xkb_state, and rename groups to layout in all
user-visible API.

Backwards-compatible hooks are provided, such that old source will
build, but silently mangled to the new names, and old binaries will
also continue to work.

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