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.c | |
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.c')
-rw-r--r-- | x11vnc/options.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index 902c31e..4a124d9 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -9,6 +9,7 @@ int debug = 0; char *use_dpy = NULL; /* -display */ +int display_N = 0; char *auth_file = NULL; /* -auth/-xauth */ char *visual_str = NULL; /* -visual */ int set_visual_str_to_something = 0; @@ -216,6 +217,8 @@ int ncache0 = 0; int ncache_copyrect = 0; int ncache_wf_raises = 1; int ncache_dt_change = 1; +int ncache_keep_anims = 0; +int ncache_old_wm = 0; int macosx_ncache_macmenu = 0; int ncache_beta_tester = 0; |