Organize src/ and test/ headers
authorRan Benita <ran234@gmail.com>
Sun, 16 Sep 2012 11:45:32 +0000 (14:45 +0300)
committerRan Benita <ran234@gmail.com>
Sun, 16 Sep 2012 12:20:18 +0000 (15:20 +0300)
commitb21107056e0540489669bb35fcb3abe1b5b46ecd
treef718e6ef359f1d2e75e3d0723e91b7f9bf5beff1
parente670d084a6b4431de2ef3b5395c1473ba4b73725
Organize src/ and test/ headers

- Add context.h and move context-related functions from xkb-priv.h to
  it.
- Move xkb_context definition back to context.c.
- Add keysym.h and move keysym upper/lower/keypad from xkb-priv.h to it.
- Rename xkb-priv.h to map.h since it only contains keymap-related
  definitions and declarations now.
- Remove unnecessary includes and some and some other small cleanups.

Signed-off-by: Ran Benita <ran234@gmail.com>
30 files changed:
Makefile.am
src/atom.c
src/atom.h
src/context.c
src/context.h [new file with mode: 0644]
src/keymap-dump.c
src/keysym-utf.c
src/keysym.c
src/keysym.h [new file with mode: 0644]
src/map.c
src/map.h [moved from src/xkb-priv.h with 79% similarity]
src/state.c
src/text.c
src/text.h
src/utils.h
src/xkbcomp/rules.c
src/xkbcomp/symbols.c
src/xkbcomp/xkbcomp-priv.h
test/common.c
test/context.c
test/filecomp.c
test/interactive.c
test/keyseq.c
test/keysym.c
test/log.c
test/rmlvo-to-kccgst.c
test/rules-file.c
test/rulescomp.c
test/test.h
xkbcommon/xkbcommon.h