aboutsummaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver/PollingManager.cxx
diff options
context:
space:
mode:
authorConstantin Kaplinsky <const@tightvnc.com>2007-10-07 13:08:18 +0000
committerConstantin Kaplinsky <const@tightvnc.com>2007-10-07 13:08:18 +0000
commit5e2f69ffe4c4a67a1801b5496564ae9ae5817398 (patch)
tree9f2fc3dcea2f25206a56c4fadb97e737a4e0a4ed /unix/x0vncserver/PollingManager.cxx
parenta79255b55a990358c297fc77f28b02c0838b638c (diff)
downloadtigervnc-5e2f69ffe4c4a67a1801b5496564ae9ae5817398.tar.gz
tigervnc-5e2f69ffe4c4a67a1801b5496564ae9ae5817398.zip
A comment extended.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2345 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/x0vncserver/PollingManager.cxx')
-rw-r--r--unix/x0vncserver/PollingManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/x0vncserver/PollingManager.cxx b/unix/x0vncserver/PollingManager.cxx
index 4ceb03d4..06f725b7 100644
--- a/unix/x0vncserver/PollingManager.cxx
+++ b/unix/x0vncserver/PollingManager.cxx
@@ -243,7 +243,7 @@ bool PollingManager::poll_New()
// mxChanged[] array will hold boolean values corresponding to each
// 32x32 tile. If a value is true, then we've detected a change in
- // that tile.
+ // that tile. Initially, we fill in the array with zero values.
bool *mxChanged = new bool[m_widthTiles * m_heightTiles];
memset(mxChanged, 0, m_widthTiles * m_heightTiles);