aboutsummaryrefslogtreecommitdiffstats
path: root/win/vncviewer/DesktopWindow.h
diff options
context:
space:
mode:
authorgeorge82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519>2007-03-20 10:54:38 +0000
committergeorge82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519>2007-03-20 10:54:38 +0000
commitc4eb6262e62defefd076c7080b3aa3d48446b09d (patch)
tree75b867217f2f82a25c7136182d1083dd31b41099 /win/vncviewer/DesktopWindow.h
parent486740f17ae8611091c86f054a62333e6e5a4876 (diff)
downloadtigervnc-c4eb6262e62defefd076c7080b3aa3d48446b09d.tar.gz
tigervnc-c4eb6262e62defefd076c7080b3aa3d48446b09d.zip
Added the routines for manipulation the scale filter method. It allow change the
scale filter. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2241 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win/vncviewer/DesktopWindow.h')
-rw-r--r--win/vncviewer/DesktopWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/vncviewer/DesktopWindow.h b/win/vncviewer/DesktopWindow.h
index 94f361de..4319b752 100644
--- a/win/vncviewer/DesktopWindow.h
+++ b/win/vncviewer/DesktopWindow.h
@@ -90,6 +90,8 @@ namespace rfb {
bool isAutoScaling() const { return autoScaling; }
void setDesktopScale(int scale);
int getDesktopScale() const { return buffer->getScale(); }
+ void setDesktopScaleFilter(unsigned int scaleFilterID);
+ unsigned int getDesktopScaleFilterID() const { return buffer->getScaleFilterID(); }
void fitBufferToWindow(bool repaint = true);
void printScale();