diff options
Diffstat (limited to 'vnc.h')
-rw-r--r-- | vnc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -168,6 +168,8 @@ struct VncState Buffer zlib_tmp; z_stream zlib_stream[4]; + Notifier mouse_mode_notifier; + QTAILQ_ENTRY(VncState) next; }; |