diff options
Diffstat (limited to 'win/winvnc/VNCServerWin32.h')
-rw-r--r-- | win/winvnc/VNCServerWin32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/winvnc/VNCServerWin32.h b/win/winvnc/VNCServerWin32.h index 5b40a5ab..1feae368 100644 --- a/win/winvnc/VNCServerWin32.h +++ b/win/winvnc/VNCServerWin32.h @@ -102,6 +102,7 @@ namespace winvnc { rfb::Mutex commandLock; rfb::Condition commandSig; rfb::win32::Handle commandEvent; + rfb::win32::Handle sessionEvent; // VNCServerWin32 Server-internal state rfb::win32::SDisplay desktop; |