From 16c7ea1b357ab518ee5a40f2a663843f064479a9 Mon Sep 17 00:00:00 2001 From: runge Date: Sun, 21 Sep 2008 23:04:47 +0000 Subject: x11vnc: Add symmetric key encryption -enc cipher:keyfile, works with SSVNC. Make -remap work on MacOSX console. update to 0.9.5 strings. Add a couple menu items to tkx11vnc. --- x11vnc/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11vnc/util.c') diff --git a/x11vnc/util.c b/x11vnc/util.c index 8e18781..8773538 100644 --- a/x11vnc/util.c +++ b/x11vnc/util.c @@ -388,7 +388,7 @@ double dnowx(void) { } double rnow(void) { - double t = dnowx(); + double t = dnow(); t = t - ((int) t); if (t > 1.0) { t = 1.0; -- cgit v1.2.1