Default to fully respecting the remote cursor in order to be closer to a local
experience.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4479 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/parameters.cxx b/vncviewer/parameters.cxx
index c50d1e9..c4c8fc7 100644
--- a/vncviewer/parameters.cxx
+++ b/vncviewer/parameters.cxx
@@ -26,7 +26,7 @@
                                   " 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", "");