From b33e79e72dc3f9d81fa3eee5b809891b9a357baf Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Fri, 14 Mar 2008 13:37:09 +0000 Subject: 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 --- unix/tx/TXViewport.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unix/tx/TXViewport.h') 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 -- cgit v1.2.3