aboutsummaryrefslogtreecommitdiffstats
path: root/x0vncserver/PollingManager.h
diff options
context:
space:
mode:
authorConstantin Kaplinsky <const@tightvnc.com>2006-02-03 11:42:00 +0000
committerConstantin Kaplinsky <const@tightvnc.com>2006-02-03 11:42:00 +0000
commit6df6990dc8766fbe31d4a193d5d72d0c5bc7105e (patch)
tree7779f9252e13a472a6c05488a891decd2885050d /x0vncserver/PollingManager.h
parentc42eab2c890d5ec29df3e9fb6b2a4b9387c22835 (diff)
downloadtigervnc-6df6990dc8766fbe31d4a193d5d72d0c5bc7105e.tar.gz
tigervnc-6df6990dc8766fbe31d4a193d5d72d0c5bc7105e.zip
Improved algorighm of detecting constantly-changed areas on the
screen. Some debugging code included but commented out. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@476 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'x0vncserver/PollingManager.h')
-rw-r--r--x0vncserver/PollingManager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/x0vncserver/PollingManager.h b/x0vncserver/PollingManager.h
index 253c237f..8f7f820a 100644
--- a/x0vncserver/PollingManager.h
+++ b/x0vncserver/PollingManager.h
@@ -61,6 +61,10 @@ protected:
int m_widthTiles;
int m_heightTiles;
+private:
+
+ void adjustVideoArea();
+
Image *m_rowImage;
Image *m_tileImage;