diff options
author | dscho <dscho> | 2007-02-01 15:05:55 +0000 |
---|---|---|
committer | dscho <dscho> | 2007-02-01 15:05:55 +0000 |
commit | 14b290384a46c5fd9885a7e34d2855dc823771d3 (patch) | |
tree | bdb1afa607402080a5b53d3a369c8b71a19452ae /ChangeLog | |
parent | 35d481a783474d8b5eab4e9924008414253bbf4c (diff) | |
download | libtdevnc-14b290384a46c5fd9885a7e34d2855dc823771d3.tar.gz libtdevnc-14b290384a46c5fd9885a7e34d2855dc823771d3.zip |
LibVNCClient: some users do not want to get whole-screen updates; introduce client->updateRect for that
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2007-02-01 Johannes E. Schindelin <Johannes.Schindelin@gmx.de> + * libvncclient: add updateRect member to rfbClient, to allow + requesting smaller updates than whole-screen. + 2007-01-31 Karl Runge <runge@karlrunge.com> * libvncclient: add GotCursorShape() and GotCopyRect() hooks. fix copyrect code in rfbproto.c, add copyrect to default list. |