From 6fbba525a924961083bf2e43bb841bd15671f526 Mon Sep 17 00:00:00 2001 From: runge Date: Sat, 22 Nov 2008 18:36:33 +0000 Subject: x11vnc: x11vnc.desktop file. -reopen, -dhparams, -sslCRL, -setdefer options. -rfbport PROMPT VeNCrypt and TLSVNC SSL/TLS encryption support. Tweaks to choose_delay() algorithm. -ssl ANON anonymouse Diffie-Hellman mode. Fix bugs in certs management. Additions to tray=setpass naive user mode. --- x11vnc/userinput.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11vnc/userinput.c') diff --git a/x11vnc/userinput.c b/x11vnc/userinput.c index 58f1fef..7668344 100644 --- a/x11vnc/userinput.c +++ b/x11vnc/userinput.c @@ -26,7 +26,7 @@ /* * user input handling heuristics */ -int defer_update_nofb = 6; /* defer a shorter time under -nofb */ +int defer_update_nofb = 4; /* defer a shorter time under -nofb */ int last_scroll_type = SCR_NONE; @@ -10026,7 +10026,7 @@ if (ncdb) fprintf(stderr, "----%02d: UnmapNotify 0x%lx %3d\n", ik, win, id #if 0 /* -// if (cache_list[idx].map_state == IsViewable || desktop_change || macosx_console) + if (cache_list[idx].map_state == IsViewable || desktop_change || macosx_console) */ #endif if (1) { -- cgit v1.2.1