Rename XKBcommonint.h to xkb-priv.h and use it
authorRan Benita <ran234@gmail.com>
Tue, 8 May 2012 11:52:23 +0000 (14:52 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 8 May 2012 16:29:43 +0000 (17:29 +0100)
commitb610b2b953be5dcf3983857a2ce0279c2ea86463
tree891fad2ac09f9e07db15fad4bbc2806e8ee3ecbd
parent33273304f2a5526d1fbae0837b0ab58c2dc2db4c
Rename XKBcommonint.h to xkb-priv.h and use it

Make the files in the src/* directory use their own header or a
consilidated private header. This makes the file dependencies clearer.

Also drop the pointless "xkb" file name prefix, add split a few
declarations to their own files (atom.h and text.h).

Signed-off-by: Ran Benita <ran234@gmail.com>
23 files changed:
Makefile.am
src/alloc.c
src/alloc.h [moved from src/xkballoc.h with 86% similarity]
src/atom.c
src/atom.h [new file with mode: 0644]
src/context.c
src/keysym.c
src/map.c
src/misc.c
src/rules.c [moved from src/maprules.c with 99% similarity]
src/rules.h [moved from src/xkbrules.h with 95% similarity]
src/state.c
src/text.c
src/text.h [moved from src/xkbmisc.h with 55% similarity]
src/utils.c
src/utils.h
src/xkb-priv.h [moved from src/XKBcommonint.h with 92% similarity]
src/xkb.c
src/xkbcomp/parseutils.c
src/xkbcomp/xkbcomp-priv.h
src/xkbcomp/xkbcomp.c
src/xkbcomp/xkbcomp.h
test/state.c