]> source.dussan.org Git - tigervnc.git/commitdiff
A comment extended.
authorConstantin Kaplinsky <const@tightvnc.com>
Sun, 7 Oct 2007 13:08:18 +0000 (13:08 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Sun, 7 Oct 2007 13:08:18 +0000 (13:08 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2345 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/x0vncserver/PollingManager.cxx

index 4ceb03d4fafbab5b2e8453d9f029b88a4fade123..06f725b749ca36b69c728c0e89a0f74be3db2fe2 100644 (file)
@@ -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);