diff options
author | runge <runge> | 2007-02-16 02:54:59 +0000 |
---|---|---|
committer | runge <runge> | 2007-02-16 02:54:59 +0000 |
commit | f1e8149ae75eb7c0b08d4fde27bd164728cfdf68 (patch) | |
tree | 0ef2e59420b8d15d90bc61cddb92169acf479060 /x11vnc/options.h | |
parent | 241f3ed566d34bf5b6c67ebebcc00727134d93b2 (diff) | |
download | libtdevnc-f1e8149ae75eb7c0b08d4fde27bd164728cfdf68.tar.gz libtdevnc-f1e8149ae75eb7c0b08d4fde27bd164728cfdf68.zip |
x11vnc: tightvnc filetransfer off by default. FINDCREATEDISPLAY geometry.
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r-- | x11vnc/options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h index adba3e7..1efdd10 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -78,7 +78,7 @@ extern char *viewonly_passwd; extern char **passwd_list; extern int begin_viewonly; extern int inetd; -extern int filexfer; +extern int tightfilexfer; extern int first_conn_timeout; extern int flash_cmap; extern int shift_cmap; @@ -266,6 +266,7 @@ extern int watch_dpms; extern int force_dpms; extern int client_dpms; extern int no_ultra_dpms; +extern int no_ultra_ext; extern int watch_selection; extern int watch_primary; |