]> source.dussan.org Git - tigervnc.git/commitdiff
Setting qualityLevel from options.
authorPeter Åstrand <astrand@cendio.se>
Tue, 7 Dec 2004 15:07:58 +0000 (15:07 +0000)
committerPeter Åstrand <astrand@cendio.se>
Tue, 7 Dec 2004 15:07:58 +0000 (15:07 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@31 3789f03b-4d11-0410-bbf8-ca57d06f2519

vncviewer/cview.cxx

index 7d5653df30e4d23819a75ae5d0c1f7bf0a97634f..782758de933e8be4777938a48edc913a879d5bbd 100644 (file)
@@ -252,6 +252,7 @@ CView::applyOptions(CViewOptions& opt) {
     (options.useDesktopResize != opt.useDesktopResize));
   cp.supportsLocalCursor = options.useLocalCursor = opt.useLocalCursor;
   cp.supportsDesktopResize = options.useDesktopResize = opt.useDesktopResize;
+  cp.qualityLevel = options.qualityLevel = opt.qualityLevel;
   if (cursorAvailable)
     hideLocalCursor();
   cursorAvailable = cursorAvailable && options.useLocalCursor;