Commit b8e950defdb5844ae1a109631ae3f68624e272a7

Daniel Stone 2012-03-09T16:57:09

filecomp: Fix xkbcomp warning Ironically, the test for named.xkb included a call that relied on the default keymap, without the file naming an explicit default. Go figure. Signed-off-by: Daniel Stone <daniel@fooishbar.org>

1
2
3
4
5
6
7
8
9
10
diff --git a/test/named.xkb b/test/named.xkb
index 24b264c..f51fbbb 100644
--- a/test/named.xkb
+++ b/test/named.xkb
@@ -1,4 +1,4 @@
-xkb_keymap "us" {
+default xkb_keymap "us" {
     xkb_keycodes  { include "xfree86+aliases(qwerty)" };
     xkb_types     { include "complete" };
     xkb_compat    { include "complete" };