diff options
author | runge <runge> | 2007-01-10 19:28:46 +0000 |
---|---|---|
committer | runge <runge> | 2007-01-10 19:28:46 +0000 |
commit | 7717d245af144d36662e6884592277570dea17b5 (patch) | |
tree | 2698748e9190b43a210946508601b9eecd71630c /x11vnc/x11vnc.c | |
parent | 5b3e420c1f092fc8d83ad1803621007bb942d4dd (diff) | |
download | libtdevnc-7717d245af144d36662e6884592277570dea17b5.tar.gz libtdevnc-7717d245af144d36662e6884592277570dea17b5.zip |
some -ncache performance improvements, rootpixmap watching, gnome wm heuristics
Diffstat (limited to 'x11vnc/x11vnc.c')
-rw-r--r-- | x11vnc/x11vnc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/x11vnc.c b/x11vnc/x11vnc.c index 76de257..b69b2e5 100644 --- a/x11vnc/x11vnc.c +++ b/x11vnc/x11vnc.c @@ -2171,6 +2171,8 @@ int main(int argc, char* argv[]) { ncache_wf_raises = 1; } else if (!strcmp(arg, "-ncache_no_dtchange")) { ncache_dt_change = 0; + } else if (!strcmp(arg, "-ncache_no_rootpixmap")) { + ncache_xrootpmap = 0; } else if (!strcmp(arg, "-ncache_pad")) { CHECK_ARGC ncache_pad = atoi(argv[++i]); |