diff options
author | dscho <dscho> | 2005-10-03 14:40:18 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-10-03 14:40:18 +0000 |
commit | 8490de3ff0e488233d7047d7e6ba3b5c278c5484 (patch) | |
tree | ec7395a2942fb1aa37a66240f86f473a68f87ef6 /ChangeLog | |
parent | 1a20edd73f930424b658b7bedfbe4dd653cdf06c (diff) | |
download | libvncserver-8490de3ff0e488233d7047d7e6ba3b5c278c5484.zip libvncserver-8490de3ff0e488233d7047d7e6ba3b5c278c5484.tar.gz |
add enablePseudoEncoding() to rfbProtocolExtension
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-10-03 Johannes E. Schindelin <Johannes.Schindelin@gmx.de> + * libvncserver/rfbserver.c, rfb/rfb.h: add a method to the + extension struct which is called to enable pseudo encodings. + This is a versatile mechanism to enable/disable custom + extensions with custom clients and servers. + 2005-09-28 Rohit Kumar <rokumar@novell.com> * examples/filetransfer.c, rfb/rfb.h, configure.ac, libvncserver/{auth,cargs,main,rfbserver,sockets}.c, |