aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-gtk.h')
-rw-r--r--qemu-gtk.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/qemu-gtk.h b/qemu-gtk.h
index aca2565..5cb9848 100644
--- a/qemu-gtk.h
+++ b/qemu-gtk.h
@@ -24,8 +24,11 @@ struct qemu_conn {
struct qemu_window {
/* widgets */
- GtkWidget *toplevel, *status;
+ GtkWidget *toplevel;
+ GtkWidget *status, *fstatus;
GtkWidget *tab, *vnc;
+ GtkUIManager *ui;
+ gboolean fullscreen;
/* vnc (gfx) */
char vnc_display[128];
@@ -35,6 +38,8 @@ struct qemu_window {
int vnc_grab;
int vnc_width;
int vnc_height;
+ char *vnc_password;
+ int vnc_send_password;
/* console (text) */
struct qemu_conn console;