aboutsummaryrefslogtreecommitdiffstats
path: root/rfbplayer/rfbplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'rfbplayer/rfbplayer.h')
-rw-r--r--rfbplayer/rfbplayer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rfbplayer/rfbplayer.h b/rfbplayer/rfbplayer.h
index dea26ec3..5c82bc32 100644
--- a/rfbplayer/rfbplayer.h
+++ b/rfbplayer/rfbplayer.h
@@ -152,6 +152,10 @@ class RfbPlayer : public RfbProto {
// Returns true if part of the supplied rect is visible, false otherwise
bool invalidateBufferRect(const Rect& crect);
+ // rewindFlag is a flag wich disable the update of the frame buffer window
+ // while the rewind is performing.
+ bool rewindFlag;
+
// Local window state
HWND mainHwnd;
HWND frameHwnd;