From 2c4a045aca7c680a0315850a0e69784ac08f96a3 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Mon, 21 Jun 2010 14:22:26 +0100 Subject: 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 --- test/filecomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/filecomp.c') diff --git a/test/filecomp.c b/test/filecomp.c index 260c151..dc20681 100644 --- a/test/filecomp.c +++ b/test/filecomp.c @@ -60,7 +60,7 @@ int main(int argc, char *argv[]) } uSetErrorFile(NULL); - XkbcInitAtoms(); + XkbcInitAtoms(NULL, NULL); xkb = XkbcCompileKeymapFromFile(file, name); fclose(file); -- cgit v1.2.3