From: Pierre Ossman Date: Thu, 9 Jun 2011 08:35:34 +0000 (+0000) Subject: Default to fully respecting the remote cursor in order to be closer to a local X-Git-Tag: v1.1.90~301 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=93f377488b66f649ef084d4ff7a9288836bf3316;p=tigervnc.git 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 c50d1e9e..c4c8fc74 100644 --- a/vncviewer/parameters.cxx +++ b/vncviewer/parameters.cxx @@ -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", "");