aboutsummaryrefslogtreecommitdiffstats
path: root/rfbplayer/rfbplayer.h
diff options
context:
space:
mode:
authorgeorge82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519>2005-02-24 13:13:33 +0000
committergeorge82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519>2005-02-24 13:13:33 +0000
commit1e846ffcd57113148ec1427244f5e6ece6d7d103 (patch)
tree7a55945a6dc2a376f2b48dbf9e530934d3fd48c0 /rfbplayer/rfbplayer.h
parentd6a2914fc2208d6ab3562113af6a306c9bc00000 (diff)
downloadtigervnc-1e846ffcd57113148ec1427244f5e6ece6d7d103.tar.gz
tigervnc-1e846ffcd57113148ec1427244f5e6ece6d7d103.zip
Fixed a bug with the blanking frame window while the rewind is performing.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@229 3789f03b-4d11-0410-bbf8-ca57d06f2519
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;