Allow external atom databases
authorDaniel Stone <daniel@fooishbar.org>
Mon, 21 Jun 2010 13:22:26 +0000 (14:22 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 22 Jun 2010 14:57:16 +0000 (15:57 +0100)
commit2c4a045aca7c680a0315850a0e69784ac08f96a3
treedc38f6be5863759e3b1e692ba55ff825312cb1ae
parent15b0db5492a2725d45011b8fef70006cc96fee0c
Allow external atom databases

Allow people to plug in an external atom database (e.g. the X server's),
so we don't have to migrate our own atoms over later.  We are a bit
over-keen on atoms at the moment, so it does pollute the atom database a
bit though.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
include/X11/extensions/XKBcommon.h
src/atom.c
src/xkbmisc.h
test/filecomp.c
test/namescomp.c
test/rulescomp.c