diff options
author | runge <runge> | 2007-01-09 04:55:37 +0000 |
---|---|---|
committer | runge <runge> | 2007-01-09 04:55:37 +0000 |
commit | c9e24e5b8b9dd903a393f6b6e2176545fa2c93a8 (patch) | |
tree | 70fa77b47f34edf3091d6eb0b7a9c19f99a529d7 /x11vnc/help.c | |
parent | 5b607a444900246dfcc8497da4d8ef1e41bedda6 (diff) | |
download | libtdevnc-c9e24e5b8b9dd903a393f6b6e2176545fa2c93a8.tar.gz libtdevnc-c9e24e5b8b9dd903a393f6b6e2176545fa2c93a8.zip |
more speed and accuracy improvements to -ncache mode.
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index d4c9aad..9094e19 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -2064,6 +2064,10 @@ void print_help(int mode) { " smoother drags than tightvnc viewer. Response may also\n" " be choppy if the server side machine is too slow.\n" "\n" +" Sometimes on very slow modem connections, this actually\n" +" gives an improvement because no pixel data at all\n" +" (not even the box animation) is sent during the drag.\n" +"\n" "-ncache_no_moveraise In -ncache mode, do not assume that moving a window\n" " will cause the window manager to raise it to the top\n" " of the stack. The default is to assume it does, and\n" |