Revision: 4476
http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4476&view=rev
Author: ossman_
Date: 2011-06-09 08:24:37 +0000 (Thu, 09 Jun 2011)
Log Message:
-----------
The default value of local cursor support is false, so we couldn't just
remove these lines.
Modified Paths:
--------------
trunk/vncviewer/CConn.cxx
Modified: trunk/vncviewer/CConn.cxx
===================================================================
--- trunk/vncviewer/CConn.cxx 2011-06-08 17:21:48 UTC (rev 4475)
+++ trunk/vncviewer/CConn.cxx 2011-06-09 08:24:37 UTC (rev 4476)
@@ -62,6 +62,8 @@
if (encNum != -1)
currentEncoding = encNum;
+ cp.supportsLocalCursor = true;
+
cp.supportsDesktopResize = true;
cp.supportsExtendedDesktopSize = true;
cp.supportsDesktopRename = true;
@@ -540,6 +542,8 @@
self->cp.qualityLevel = qualityLevel;
}
+ self->cp.supportsLocalCursor = true;
+
self->cp.customCompressLevel = customCompressLevel;
self->cp.compressLevel = compressLevel;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits