diff options
author | Adam Tkac <atkac@redhat.com> | 2008-03-14 13:37:09 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-03-14 13:37:09 +0000 |
commit | b33e79e72dc3f9d81fa3eee5b809891b9a357baf (patch) | |
tree | c34a932e93858ee8dc3a1a036c94211f27550cc4 /unix/tx/TXViewport.h | |
parent | 8650688cb3c098b2496d1d1d2e3ab82ee8eaec14 (diff) | |
download | tigervnc-b33e79e72dc3f9d81fa3eee5b809891b9a357baf.tar.gz tigervnc-b33e79e72dc3f9d81fa3eee5b809891b9a357baf.zip |
viewer could aborted when only one scrollbar should be used
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2420 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/tx/TXViewport.h')
-rw-r--r-- | unix/tx/TXViewport.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tx/TXViewport.h b/unix/tx/TXViewport.h index 0c9857d2..823d67af 100644 --- a/unix/tx/TXViewport.h +++ b/unix/tx/TXViewport.h @@ -71,7 +71,8 @@ private: int xOff, yOff; rfb::Timer bumpScrollTimer; bool bumpScroll; - bool needScrollbars; + bool needXScrollbar; + bool needYScrollbar; int bumpScrollX, bumpScrollY; }; #endif |