diff options
author | runge <runge> | 2004-08-30 13:49:20 +0000 |
---|---|---|
committer | runge <runge> | 2004-08-30 13:49:20 +0000 |
commit | 52ba8bfb2d401c5e0670715d74d19d3be9c0db53 (patch) | |
tree | d65929bd5048b3506083489518b93877bb15eedd /x11vnc/ChangeLog | |
parent | 3a4f41f6578644098549a4ac525563c63aa28f11 (diff) | |
download | libtdevnc-52ba8bfb2d401c5e0670715d74d19d3be9c0db53.tar.gz libtdevnc-52ba8bfb2d401c5e0670715d74d19d3be9c0db53.zip |
x11vnc: -cursor change shape handling, configure.ac: add more macros for X extensions
Diffstat (limited to 'x11vnc/ChangeLog')
-rw-r--r-- | x11vnc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11vnc/ChangeLog b/x11vnc/ChangeLog index 8789a40..89d6daf 100644 --- a/x11vnc/ChangeLog +++ b/x11vnc/ChangeLog @@ -1,3 +1,12 @@ +2004-08-29 Karl Runge <runge@karlrunge.com> + * remove old mouse patch code, now use rfbSetCursor (+ workarounds) + * changed cursor shape options (no more -mouse, ...) to '-cursor mode' + where 'mode' can be empty "X", "some", or "most". "some" adds + heuristics for two more cursors. + * -nocursorshape added. + * ifdef checks for XSHM and XTEST. Add *_wr wrappers as well. + * -vncconnect is now the default. + 2004-08-15 Karl Runge <runge@karlrunge.com> * -overlay option to fix color problems on Sun machines with 8+24 and 24+8 overlay visuals, uses Solaris XReadScreen(). |