]> source.dussan.org Git - tigervnc.git/commit
Added two different polling algorithms, a dumb one from VNC4, and an
authorConstantin Kaplinsky <const@tightvnc.com>
Thu, 29 Sep 2005 17:12:11 +0000 (17:12 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Thu, 29 Sep 2005 17:12:11 +0000 (17:12 +0000)
commit14cd547b86947f4e3ab33c31092059f400852d00
treedc115d54a2a014e44372eba0037f41c86d28530b
parentaf1891c333f1629a875115df7858681bee6c42b2
Added two different polling algorithms, a dumb one from VNC4, and an
improved method which limits the rate of updates for continuously
changed areas such as video windows. Now there are three polling
algorithms supported, and the default is to use the new improved one.
New -PollingType options was added, it allows to select one of three
polling algorithms (0 - dumb, 1 - old, 2 - new).

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@340 3789f03b-4d11-0410-bbf8-ca57d06f2519
x0vncserver/PollingManager.cxx
x0vncserver/PollingManager.h