Kristian Høgsberg
3f0034a990
Rename public entry points to lowercase and underscore
2010-07-02 12:20:59 -04:00
Kristian Høgsberg
5669e1a82d
Compile with -fvisibility=hidden when possible
2010-07-02 12:20:59 -04:00
Kristian Høgsberg
9f6026867a
Pull in enough structs and defines from XKBstr.h to only need XKB.h
...
We want to move away from sharing implementation structs and let libX11
and libxkbcommon use each their own set of structs.
2010-07-02 12:20:54 -04:00
Kristian Høgsberg
d95b289367
Make XkbcInitAtoms() call optional
2010-06-30 17:13:21 -04:00
Daniel Stone
2c4a045aca
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>
2010-06-22 15:57:16 +01:00
Dan Nicholson
c728d91bde
Program and files for testing CompileKeymapFromFile
...
A few simple test cases for verifying the operation of parsing a keymap
file and compiling a keyboard description from it.
2009-04-10 12:33:31 -07:00