diff options
author | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | 2007-04-30 13:28:54 +0000 |
---|---|---|
committer | george82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519> | 2007-04-30 13:28:54 +0000 |
commit | bfd8ecddec2f0263140e07ae173a3857f7db0e02 (patch) | |
tree | ac518a006ce98292f017c0eec2da158780b11917 /win/vncviewer/CConn.cxx | |
parent | 6e7755a63d92e965c330e85ab4a21cb8424b51ad (diff) | |
download | tigervnc-bfd8ecddec2f0263140e07ae173a3857f7db0e02.tar.gz tigervnc-bfd8ecddec2f0263140e07ae173a3857f7db0e02.zip |
Now implemented manage the scale filters from the vncviewer options dialog.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2291 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win/vncviewer/CConn.cxx')
-rw-r--r-- | win/vncviewer/CConn.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/vncviewer/CConn.cxx b/win/vncviewer/CConn.cxx index 4a9b341a..53a16d06 100644 --- a/win/vncviewer/CConn.cxx +++ b/win/vncviewer/CConn.cxx @@ -158,6 +158,7 @@ CConn::applyOptions(CConnOptions& opt) { window->setDisableWinKeys(options.disableWinKeys); window->setShowToolbar(options.showToolbar); window->printScale(); + window->setDesktopScaleFilter(options.scaleFilter); if (options.autoScaling) { window->setAutoScaling(true); } else { |