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