From: Riku Voipio <riku.voi...@nokia.com> Signed-Off-By: Riku Voipio <riku.voi...@nokia.com>
--- sysemu.h | 1 + vl.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sysemu.h b/sysemu.h index 525efd1..5b4ddd8 100644 --- a/sysemu.h +++ b/sysemu.h @@ -128,6 +128,7 @@ extern int usb_enabled; extern int smp_cpus; extern int max_cpus; extern int cursor_hide; +extern int cursor_allow_grab; extern int graphic_rotate; extern int no_quit; extern int semihosting_enabled; diff --git a/vl.c b/vl.c index b4dfb2e..bc7635c 100644 --- a/vl.c +++ b/vl.c @@ -224,6 +224,7 @@ int fd_bootchk = 1; int no_reboot = 0; int no_shutdown = 0; int cursor_hide = 1; +int cursor_allow_grab = 1; int graphic_rotate = 0; uint8_t irq0override = 1; #ifndef _WIN32 -- 1.6.5