diff options
| author | Gerd Hoffmann | 2014-05-27 09:28:38 +0200 |
|---|---|---|
| committer | Gerd Hoffmann | 2014-06-02 16:28:58 +0200 |
| commit | 50ef4679232369b531d5265ebe92550f98a75ea6 (patch) | |
| tree | 839a23685b46fdac53f64b32be6fdf36facfc871 /include | |
| parent | Revert "bsd-user: replace fprintf(stderr, ...) with error_report()" (diff) | |
| download | qemu-50ef4679232369b531d5265ebe92550f98a75ea6.tar.gz qemu-50ef4679232369b531d5265ebe92550f98a75ea6.tar.xz qemu-50ef4679232369b531d5265ebe92550f98a75ea6.zip | |
console: add kbd_put_qcode_console
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/ui/console.h | 1 |
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 */ |
