diff options
Diffstat (limited to 'vnc.h')
-rw-r--r-- | vnc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ struct VncSurface struct VncDisplay { QEMUTimer *timer; + int timer_interval; int lsock; DisplayState *ds; VncState *clients; |