diff options
author | runge <runge@karlrunge.com> | 2010-04-25 21:05:49 -0400 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2010-04-25 21:05:49 -0400 |
commit | 8d79a63d3c8caca5d0db4827e072f7c773387afa (patch) | |
tree | 7e0a75c820cde9bc2d17efa04b47be268a5e400f /x11vnc/x11vnc.1 | |
parent | 6de3f0bed722384fe21567c13a76843d64491bf4 (diff) | |
download | libtdevnc-8d79a63d3c8caca5d0db4827e072f7c773387afa.tar.gz libtdevnc-8d79a63d3c8caca5d0db4827e072f7c773387afa.zip |
incorporate new ultravnc_dsm_helper.c.
Diffstat (limited to 'x11vnc/x11vnc.1')
-rw-r--r-- | x11vnc/x11vnc.1 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/x11vnc/x11vnc.1 b/x11vnc/x11vnc.1 index 66ce03b..05a5683 100644 --- a/x11vnc/x11vnc.1 +++ b/x11vnc/x11vnc.1 @@ -2,7 +2,7 @@ .TH X11VNC "1" "April 2010" "x11vnc " "User Commands" .SH NAME x11vnc - allow VNC connections to real X11 displays - version: 0.9.10, lastmod: 2010-04-18 + version: 0.9.10, lastmod: 2010-04-22 .SH SYNOPSIS .B x11vnc [OPTION]... @@ -114,7 +114,7 @@ enter the port number. .IP IPv6 listening support. In addition to IPv4, the IPv6 address is listened on for incoming connections. -The same port as IPv4 is used. +The same port number as IPv4 is used. .IP NOTE: This x11vnc binary was compiled to have the "-6" IPv6 listening mode ENABLED by default (CPPFLAGS @@ -6004,6 +6004,8 @@ pointer_same print XQueryPointer ptr on same screen. .IP pointer_root print XQueryPointer curr ptr rootwin. .IP +pointer_mask print XQueryPointer button and mods mask +.IP mouse_x print x11vnc's idea of cursor position. .IP mouse_y print x11vnc's idea of cursor position. @@ -6411,9 +6413,10 @@ pipeinput clients client_count pid ext_xtest ext_xtrap ext_xrecord ext_xkb ext_xshm ext_xinerama ext_overlay ext_xfixes ext_xdamage ext_xrandr rootwin num_buttons button_mask mouse_x mouse_y grab_state pointer_pos -pointer_x pointer_y pointer_same pointer_root bpp depth -indexed_color dpy_x dpy_y wdpy_x wdpy_y off_x off_y -cdpy_x cdpy_y coff_x coff_y rfbauth passwd viewpasswd +pointer_x pointer_y pointer_same pointer_root +pointer_mask bpp depth indexed_color dpy_x dpy_y wdpy_x +wdpy_y off_x off_y cdpy_x cdpy_y coff_x coff_y rfbauth +passwd viewpasswd .PP \fB-QD\fR \fIvariable\fR .IP |