diff options
author | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | 2005-02-24 13:13:33 +0000 |
---|---|---|
committer | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | 2005-02-24 13:13:33 +0000 |
commit | 1e846ffcd57113148ec1427244f5e6ece6d7d103 (patch) | |
tree | 7a55945a6dc2a376f2b48dbf9e530934d3fd48c0 /rfbplayer/rfbplayer.h | |
parent | d6a2914fc2208d6ab3562113af6a306c9bc00000 (diff) | |
download | tigervnc-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.h | 4 |
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; |