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
diff --git a/x0vncserver/PollingManager.cxx b/x0vncserver/PollingManager.cxx
index 99f9787..2d8b87a 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] = {