]> source.dussan.org Git - tigervnc.git/commitdiff
The default value of local cursor support is false, so we couldn't just
authorPierre Ossman <ossman@cendio.se>
Thu, 9 Jun 2011 08:24:37 +0000 (08:24 +0000)
committerPierre Ossman <ossman@cendio.se>
Thu, 9 Jun 2011 08:24:37 +0000 (08:24 +0000)
remove these lines.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4476 3789f03b-4d11-0410-bbf8-ca57d06f2519

vncviewer/CConn.cxx

index 81453dc37a846e3bc4e5326a21df435a38717c10..5ae26f0b9375773831bb716571df0432c86a68a6 100644 (file)
@@ -62,6 +62,8 @@ CConn::CConn(const char* vncServerName)
   if (encNum != -1)
     currentEncoding = encNum;
 
+  cp.supportsLocalCursor = true;
+
   cp.supportsDesktopResize = true;
   cp.supportsExtendedDesktopSize = true;
   cp.supportsDesktopRename = true;
@@ -540,6 +542,8 @@ void CConn::handleOptions(void *data)
     self->cp.qualityLevel = qualityLevel;
   }
 
+  self->cp.supportsLocalCursor = true;
+
   self->cp.customCompressLevel = customCompressLevel;
   self->cp.compressLevel = compressLevel;