summaryrefslogtreecommitdiffstats
path: root/x11vnc/options.c
diff options
context:
space:
mode:
authorrunge <runge>2007-05-26 23:22:48 +0000
committerrunge <runge>2007-05-26 23:22:48 +0000
commit7fffc5d3b41565d7ff43cf582c00cee1bdf76474 (patch)
tree4b54a24366182e80f7f44a9f7ecfc9019769750b /x11vnc/options.c
parentcb227d4b693333389907efe91c4627badd4b5f20 (diff)
downloadlibtdevnc-7fffc5d3b41565d7ff43cf582c00cee1bdf76474.tar.gz
libtdevnc-7fffc5d3b41565d7ff43cf582c00cee1bdf76474.zip
x11vnc: in -unixpw, initial Escape means no echo username.
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 5d052b6..0a3ec9c 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 xxNCACHE -12
-#define NCACHE -1
+#define NCACHE -12
+#define xxNCACHE -1
#endif
#endif