summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordscho <dscho>2007-02-01 15:05:55 +0000
committerdscho <dscho>2007-02-01 15:05:55 +0000
commit14b290384a46c5fd9885a7e34d2855dc823771d3 (patch)
treebdb1afa607402080a5b53d3a369c8b71a19452ae /ChangeLog
parent35d481a783474d8b5eab4e9924008414253bbf4c (diff)
downloadlibtdevnc-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c244fbb..d654589 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.