diff options
author | runge <runge> | 2007-01-07 20:05:28 +0000 |
---|---|---|
committer | runge <runge> | 2007-01-07 20:05:28 +0000 |
commit | 5b607a444900246dfcc8497da4d8ef1e41bedda6 (patch) | |
tree | 14fc3006cf1d13aaafc22d182d3a32cea7eef09b /x11vnc/options.c | |
parent | 76a495aff1a1e923363a865bd5b9a0a95332374d (diff) | |
download | libtdevnc-5b607a444900246dfcc8497da4d8ef1e41bedda6.tar.gz libtdevnc-5b607a444900246dfcc8497da4d8ef1e41bedda6.zip |
changes to ncache cache aging and xdamage skipping
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r-- | x11vnc/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index fcb1961..72d7de1 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -195,7 +195,7 @@ int wireframe_in_progress = 0; int wireframe_local = 1; #ifndef NCACHE -#define NCACHE -10 +#define NCACHE -12 #endif #ifdef MACOSX int ncache = 0; |