summaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2007-05-01 01:34:14 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2007-05-01 01:34:14 +0000
commit9467cd4602adfdacb457478d6aa074ea02652645 (patch)
treee5e01321475b9d50aea0e1e9af69e6d7a1d1c916 /vl.h
parenta90b7318ba55b1aed71e299ec965bbd8f393b9b3 (diff)
downloadqemu-9467cd4602adfdacb457478d6aa074ea02652645.tar.gz
-show-cursor switch to inhibit SDL hiding cursor.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2763 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vl.h b/vl.h
index bc3e6cfebe..26e72bd7c6 100644
--- a/vl.h
+++ b/vl.h
@@ -158,6 +158,7 @@ extern int kqemu_allowed;
extern int win2k_install_hack;
extern int usb_enabled;
extern int smp_cpus;
+extern int cursor_hide;
extern int graphic_rotate;
extern int no_quit;
extern int semihosting_enabled;