From a4f0736e6316ac16320ed56c51682e15e901efd9 Mon Sep 17 00:00:00 2001 From: Constantin Kaplinsky Date: Fri, 10 Feb 2006 11:54:49 +0000 Subject: [PATCH] Marked temporary command-line parameters with the "DEBUG:" prefix, to indicate that they are not for general use and may be removed or changed in the future. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@480 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- x0vncserver/PollingManager.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x0vncserver/PollingManager.cxx b/x0vncserver/PollingManager.cxx index 99f97874..2d8b87af 100644 --- a/x0vncserver/PollingManager.cxx +++ b/x0vncserver/PollingManager.cxx @@ -36,12 +36,12 @@ BoolParameter PollingManager::pollPointer ("PollPointer", - "Poll area under the pointer with higher priority", + "DEBUG: Poll area under the pointer with higher priority", true); IntParameter PollingManager::pollingType ("PollingType", - "Polling algorithm to use (0..3)", + "DEBUG: Select particular polling algorithm (0..3)", 3); const int PollingManager::m_pollingOrder[32] = { -- 2.39.5