projects
/
platform
/
upstream
/
libxkbcommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bc451b
)
filecomp: Fix xkbcomp warning
author
Daniel Stone
<daniel@fooishbar.org>
Fri, 9 Mar 2012 16:57:09 +0000
(16:57 +0000)
committer
Daniel Stone
<daniel@fooishbar.org>
Fri, 9 Mar 2012 19:30:31 +0000
(19:30 +0000)
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>
test/named.xkb
patch
|
blob
|
history
diff --git
a/test/named.xkb
b/test/named.xkb
index
24b264c
..
f51fbbb
100644
(file)
--- 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" };