diff options
author | Julien Cristau <jcristau@debian.org> | 2010-06-25 17:59:13 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2013-09-03 11:00:59 -0700 |
commit | 762606b4cdfb57c5202ae128ce4dbb8afe172d4e (patch) | |
tree | 2e03b018af91c62e19060eac8cbe5b522f41ec23 /hw/kdrive/ephyr/ephyr.c | |
parent | 94d4e29aedc69431fa9b299ca1b67947173d7a24 (diff) |
Xephyr: stop loading the host's keymap
This isn't used anywhere.
v2: Rebase to the top of the patch series (anholt)
Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net> (v1)
Signed-off-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'hw/kdrive/ephyr/ephyr.c')
-rw-r--r-- | hw/kdrive/ephyr/ephyr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/ephyr/ephyr.c b/hw/kdrive/ephyr/ephyr.c index 02d497073..b34b5cc5c 100644 --- a/hw/kdrive/ephyr/ephyr.c +++ b/hw/kdrive/ephyr/ephyr.c @@ -1091,7 +1091,7 @@ EphyrKeyboardInit(KdKeyboardInfo * ki) ki->driverPrivate = (EphyrKbdPrivate *) calloc(sizeof(EphyrKbdPrivate), 1); hostx_load_keymap(); - if (!ephyrKeySyms.map) { + if (!ephyrKeySyms.minKeyCode) { ErrorF("Couldn't load keymap from host\n"); return BadAlloc; } |