Revision: 4474
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4474&view=rev
Author:   ossman_
Date:     2011-06-08 17:07:46 +0000 (Wed, 08 Jun 2011)

Log Message:
-----------
Local cursors are a pain to deal with and I doubt it's worth the effort to
keep around in the new viewer. Remove that option and the pointer rate
limiting (for similar reasons).

Modified Paths:
--------------
    trunk/vncviewer/parameters.cxx
    trunk/vncviewer/parameters.h

Modified: trunk/vncviewer/parameters.cxx
===================================================================
--- trunk/vncviewer/parameters.cxx      2011-06-08 17:04:13 UTC (rev 4473)
+++ trunk/vncviewer/parameters.cxx      2011-06-08 17:07:46 UTC (rev 4474)
@@ -21,11 +21,6 @@
 
 using namespace rfb;
 
-IntParameter pointerEventInterval("PointerEventInterval",
-                                  "Time in milliseconds to rate-limit"
-                                  " successive pointer events", 0);
-BoolParameter useLocalCursor("UseLocalCursor",
-                             "Render the mouse cursor locally", true);
 BoolParameter dotWhenNoCursor("DotWhenNoCursor",
                               "Show the dot cursor when the server sends an "
                               "invisible cursor", true);

Modified: trunk/vncviewer/parameters.h
===================================================================
--- trunk/vncviewer/parameters.h        2011-06-08 17:04:13 UTC (rev 4473)
+++ trunk/vncviewer/parameters.h        2011-06-08 17:07:46 UTC (rev 4474)
@@ -21,8 +21,6 @@
 
 #include <rfb/Configuration.h>
 
-extern rfb::IntParameter pointerEventInterval;
-extern rfb::BoolParameter useLocalCursor;
 extern rfb::BoolParameter dotWhenNoCursor;
 
 extern rfb::StringParameter passwordFile;


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

Reply via email to