diff options
author | runge <runge> | 2004-04-08 20:07:29 +0000 |
---|---|---|
committer | runge <runge> | 2004-04-08 20:07:29 +0000 |
commit | 782c6e7a15ce1870f1e3d6d450a119f444b6b1e8 (patch) | |
tree | 4a1ccd6a59a7ec202cd01d7e768aad70f6509379 /contrib/ChangeLog | |
parent | e68063f2467951e72832a31d54f8c35cdfdcbd26 (diff) | |
download | libtdevnc-782c6e7a15ce1870f1e3d6d450a119f444b6b1e8.tar.gz libtdevnc-782c6e7a15ce1870f1e3d6d450a119f444b6b1e8.zip |
x11vnc options -blackout, -xinerama, -xwarppointer. check cargs.
modify configure.ac to pick up -lXinerama
Diffstat (limited to 'contrib/ChangeLog')
-rw-r--r-- | contrib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 4f0c67c..5ac9f10 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,12 @@ +2004-04-08 Karl Runge <[email protected]> + * added support for blacking out regions of the screen, primarily + for Xinerama usage, options: -blackout -xinerama + * Xinerama workaround mouse problem on 'embedded' system, + option -xwarppointer (XWarpPointer instead of XTEST) + * let -remap option take key remappings on cmdline as well as file. + * use cargs fix to test for invalid cmdline options. Add --option. + * remove copy_tile, use copy_tiles(..., 1) instead. + 2004-03-10 Karl Runge <[email protected]> * added reverse connection for vncconnect(1) and other means -vncconnect, -connect host:port, and -connect watchfile |