diff options
author | runge <runge> | 2006-03-08 17:52:23 +0000 |
---|---|---|
committer | runge <runge> | 2006-03-08 17:52:23 +0000 |
commit | 5e72609631a1893acfe6a31d0129553ed3044a20 (patch) | |
tree | b75197718dc94f26c56cdfbb39d069c79f1cd767 /x11vnc/options.h | |
parent | c997e901c4c268438d063a78bdb121b8f5e8d585 (diff) | |
download | libtdevnc-5e72609631a1893acfe6a31d0129553ed3044a20.tar.gz libtdevnc-5e72609631a1893acfe6a31d0129553ed3044a20.zip |
x11vnc: do CLIPBOARD, reverse conn require passwds, -usepw, -debug_sel, -storepasswd homedir.
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r-- | x11vnc/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h index 959eaa3..3f167dd 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -91,6 +91,7 @@ extern int debug_xdamage; extern int debug_wireframe; extern int debug_tiles; extern int debug_grabs; +extern int debug_sel; extern int xtrap_input; extern int xinerama; @@ -203,6 +204,7 @@ extern int ui_skip; extern int watch_selection; extern int watch_primary; +extern int watch_clipboard; extern char *sel_direction; extern char *sigpipe; |