aboutsummaryrefslogtreecommitdiff
path: root/vnc.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnc.h')
-rw-r--r--vnc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc.h b/vnc.h
index 3ae95f3..a35b378 100644
--- a/vnc.h
+++ b/vnc.h
@@ -87,6 +87,7 @@ typedef struct VncDisplay VncDisplay;
struct VncDisplay
{
+ QEMUTimer *timer;
int lsock;
DisplayState *ds;
VncState *clients;
@@ -112,7 +113,6 @@ struct VncSurface
struct VncState
{
- QEMUTimer *timer;
int csock;
DisplayState *ds;