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/xevents.c | 1 + 1 file changed, 1 insertion(+) (limited to 'x11vnc/xevents.c') diff --git a/x11vnc/xevents.c b/x11vnc/xevents.c index d77b00d..bcfc74a 100644 --- a/x11vnc/xevents.c +++ b/x11vnc/xevents.c @@ -134,6 +134,7 @@ static void initialize_xevents(int reset) { selwin = XCreateSimpleWindow(dpy, rootwin, 0, 0, 1, 1, 0, 0, 0); X_UNLOCK; did_xcreate_simple_window = 1; + if (0) rfbLog("selwin: 0x%lx\n", selwin); } if ((xrandr || xrandr_maybe) && !did_xrandr) { -- cgit v1.2.3