diff options
author | runge <runge> | 2006-10-12 00:51:30 +0000 |
---|---|---|
committer | runge <runge> | 2006-10-12 00:51:30 +0000 |
commit | a5baf57ba627ca8e85b1156a0ea09ca376d0b8e4 (patch) | |
tree | f95d5e59aa0a930b4e317b6dddac509a48752c23 /x11vnc/x11vnc.h | |
parent | a255783ee09b15e1cae63a44b6494eeeebd540a9 (diff) | |
download | libtdevnc-a5baf57ba627ca8e85b1156a0ea09ca376d0b8e4.tar.gz libtdevnc-a5baf57ba627ca8e85b1156a0ea09ca376d0b8e4.zip |
x11vnc: -cursor_drag for DnD, etc.
Diffstat (limited to 'x11vnc/x11vnc.h')
-rw-r--r-- | x11vnc/x11vnc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/x11vnc.h b/x11vnc/x11vnc.h index 8b0c7f2..f86dc12 100644 --- a/x11vnc/x11vnc.h +++ b/x11vnc/x11vnc.h @@ -78,6 +78,7 @@ * -DPASSWD_REQUIRED=1 exit unless a password is supplied. * -DPASSWD_UNLESS_NOPW=1 exit unless a password is supplied and no -nopw. * + * -DCURSOR_DRAG=1 to have -cursor_drag as the default. * -DWIREFRAME=0 to have -nowireframe as the default. * -DWIREFRAME_COPYRECT=0 to have -nowirecopyrect as the default. * -DWIREFRAME_PARMS=... set default -wirecopyrect parameters. |