summaryrefslogtreecommitdiffstats
path: root/x11vnc/options.c
diff options
context:
space:
mode:
authorrunge <runge>2007-06-18 01:50:34 +0000
committerrunge <runge>2007-06-18 01:50:34 +0000
commit7ee3eccccda88ba6d76052288b8c0d18579271c0 (patch)
treed1b29ab9d64998742e31a18a612072a94f42b8c1 /x11vnc/options.c
parentd3326942e2e7d1391da0975590dbd2c8668d9328 (diff)
downloadlibtdevnc-7ee3eccccda88ba6d76052288b8c0d18579271c0.tar.gz
libtdevnc-7ee3eccccda88ba6d76052288b8c0d18579271c0.zip
x11vnc: set NCACHE -1 for release.
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r--x11vnc/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c
index e394144..0cfa059 100644
--- a/x11vnc/options.c
+++ b/x11vnc/options.c
@@ -206,8 +206,8 @@ int wireframe_local = 1;
#ifdef NO_NCACHE
#define NCACHE 0
#else
-#define NCACHE -12
-#define xxNCACHE -1
+#define xxNCACHE -12
+#define NCACHE -1
#endif
#endif