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>
master
Daniel Stone 2012-03-09 16:57:09 +00:00
parent 4bc451bf08
commit b8e950defd
1 changed files with 1 additions and 1 deletions

View File

@ -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" };