diff options
author | kraxel <kraxel> | 2009-05-19 08:09:16 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2009-05-19 08:09:16 +0000 |
commit | a8484f3985e884b38ca5514ab443f9ed8cccfa19 (patch) | |
tree | d65ef27a330c87d19d3f9c901dca93668477a941 /qemu-gtk.h | |
parent | a6ec4d8f20651b072819461705a393a11aeaf2d5 (diff) | |
download | qemu-gtk-a8484f3985e884b38ca5514ab443f9ed8cccfa19.tar.gz |
add textmode optionn (disable vnc, enable serial console).
Diffstat (limited to 'qemu-gtk.h')
-rw-r--r-- | qemu-gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |