diff options
author | dscho <dscho> | 2004-01-21 15:25:41 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-01-21 15:25:41 +0000 |
commit | 34fc97a52add15a0b3060fac23bad6bc5324403a (patch) | |
tree | 5fd054e0800f6b046e40f9664994cd1eb0bc29f3 /ChangeLog | |
parent | 3a472f8805ad45f43101900126b86c11a5cf01c5 (diff) | |
download | libtdevnc-34fc97a52add15a0b3060fac23bad6bc5324403a.tar.gz libtdevnc-34fc97a52add15a0b3060fac23bad6bc5324403a.zip |
add "-progressive height" option to make SendFramebufferUpdate "preemptive"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ * do not send unneccessary updates when drawing a cursor * ignore SIGPIPE; it is handled by EPIPE * add an example how to use rfbDoCopyRect + * add experimental progressive updating (off by default) 2004-01-19 Karl Runge <[email protected]> * handle mouse button number mismatch |