aboutsummaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
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 79de55fa02..bcaf004dd0 100644
--- a/vl.h
+++ b/vl.h
@@ -303,6 +303,7 @@ typedef struct CharDriverState {
void (*chr_send_event)(struct CharDriverState *chr, int event);
void (*chr_close)(struct CharDriverState *chr);
void *opaque;
+ int focus;
QEMUBH *bh;
} CharDriverState;