summaryrefslogtreecommitdiff
path: root/include/ui
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2014-05-27 09:28:38 +0200
committerGerd Hoffmann <kraxel@redhat.com>2014-06-02 16:28:58 +0200
commit50ef4679232369b531d5265ebe92550f98a75ea6 (patch)
tree839a23685b46fdac53f64b32be6fdf36facfc871 /include/ui
parent9bb931802e6ab5ab6947e3cb9cea934fc0724274 (diff)
downloadqemu-50ef4679232369b531d5265ebe92550f98a75ea6.tar.gz
console: add kbd_put_qcode_console
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/ui')
-rw-r--r--include/ui/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/console.h b/include/ui/console.h
index b513e2082d..4ad16c9e14 100644
--- a/include/ui/console.h
+++ b/include/ui/console.h
@@ -82,6 +82,7 @@ void do_mouse_set(Monitor *mon, const QDict *qdict);
#define QEMU_KEY_CTRL_PAGEDOWN 0xe407
void kbd_put_keysym_console(QemuConsole *s, int keysym);
+bool kbd_put_qcode_console(QemuConsole *s, int qcode);
void kbd_put_keysym(int keysym);
/* consoles */