]> source.dussan.org Git - tigervnc.git/commitdiff
Default to fully respecting the remote cursor in order to be closer to a local
authorPierre Ossman <ossman@cendio.se>
Thu, 9 Jun 2011 08:35:34 +0000 (08:35 +0000)
committerPierre Ossman <ossman@cendio.se>
Thu, 9 Jun 2011 08:35:34 +0000 (08:35 +0000)
experience.

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

vncviewer/parameters.cxx

index c50d1e9e68e5e11704f6c854f151ed15d56bad81..c4c8fc74a3422019e1e4b670d712a2c190b01142 100644 (file)
@@ -26,7 +26,7 @@ IntParameter pointerEventInterval("PointerEventInterval",
                                   " successive pointer events", 0);
 BoolParameter dotWhenNoCursor("DotWhenNoCursor",
                               "Show the dot cursor when the server sends an "
-                              "invisible cursor", true);
+                              "invisible cursor", false);
 
 StringParameter passwordFile("PasswordFile",
                              "Password file for VNC authentication", "");