X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qemu-keymap.c;h=536e8f2385d7e6cce64d777d029c516613d215cf;hb=64737606e8e54db28ac9dbfc10e175d267d2c8fb;hp=6216371aa1e026a6562831c2adbe927ce372b6db;hpb=b734ed9de10dbf10a873ae4b44cb1c13f59213d0;p=mirror_qemu.git diff --git a/qemu-keymap.c b/qemu-keymap.c index 6216371aa1..536e8f2385 100644 --- a/qemu-keymap.c +++ b/qemu-keymap.c @@ -10,7 +10,6 @@ * See the COPYING file in the top-level directory. */ #include "qemu/osdep.h" -#include "qemu-common.h" #include "qemu/notify.h" #include "ui/input.h" @@ -84,7 +83,7 @@ static void walk_map(struct xkb_keymap *map, xkb_keycode_t code, void *data) } fprintf(outfile, "# evdev %d (0x%x), QKeyCode \"%s\", number 0x%x\n", evdev, evdev, - QKeyCode_lookup.array[qcode], + QKeyCode_str(qcode), qcode_to_number(qcode)); /*