diff options
author | runge <runge> | 2007-01-31 15:41:42 +0000 |
---|---|---|
committer | runge <runge> | 2007-01-31 15:41:42 +0000 |
commit | 1b9082bc8739e5ab186092ca1dcff1736eb91c0e (patch) | |
tree | 9d2a267bcbba93aed87634838c9ac10f36363210 /x11vnc/options.h | |
parent | 1f8da9bde3b7de272228872410143f076662ae13 (diff) | |
download | libtdevnc-1b9082bc8739e5ab186092ca1dcff1736eb91c0e.tar.gz libtdevnc-1b9082bc8739e5ab186092ca1dcff1736eb91c0e.zip |
x11vnc: -reflect, -N. -ncache, FINDDISPLAY, FINDCREATEDISPLAY, improvements. MODTWEAK_LOWEST workaround.
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r-- | x11vnc/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h index 31d9d84..3a09e4a 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -9,6 +9,7 @@ extern int debug; extern char *use_dpy; +extern int display_N; extern char *auth_file; extern char *visual_str; extern int set_visual_str_to_something; @@ -163,6 +164,8 @@ extern int ncache_wf_raises; extern int ncache_dt_change; extern int ncache_pad; extern int ncache_xrootpmap; +extern int ncache_keep_anims; +extern int ncache_old_wm; extern int macosx_ncache_macmenu; extern int ncache_beta_tester; |