aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-gtk.h
diff options
context:
space:
mode:
authorkraxel <kraxel>2009-05-19 08:09:16 +0000
committerkraxel <kraxel>2009-05-19 08:09:16 +0000
commita8484f3985e884b38ca5514ab443f9ed8cccfa19 (patch)
treed65ef27a330c87d19d3f9c901dca93668477a941 /qemu-gtk.h
parenta6ec4d8f20651b072819461705a393a11aeaf2d5 (diff)
downloadqemu-gtk-a8484f3985e884b38ca5514ab443f9ed8cccfa19.tar.gz
add textmode optionn (disable vnc, enable serial console).
Diffstat (limited to 'qemu-gtk.h')
-rw-r--r--qemu-gtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-gtk.h b/qemu-gtk.h
index 4b24449..76eeb49 100644
--- a/qemu-gtk.h
+++ b/qemu-gtk.h
@@ -76,6 +76,7 @@ struct qemu_window {
/* options */
gboolean quit_on_shutdown;
gboolean sercon_tab;
+ gboolean vnc_tab;
gboolean vnc_scale;
gboolean vnc_grab_mouse;
gboolean vnc_grab_kbd;