From 09f63f0395fe103fd1442b2b012b98f2cda2dcd3 Mon Sep 17 00:00:00 2001 From: runge Date: Wed, 18 Nov 2009 18:25:36 -0500 Subject: x11vnc: -findauth, -auth guess, & etc. --- x11vnc/selection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11vnc/selection.c') diff --git a/x11vnc/selection.c b/x11vnc/selection.c index 0df29eb..9d96cd9 100644 --- a/x11vnc/selection.c +++ b/x11vnc/selection.c @@ -49,7 +49,7 @@ int own_clipboard = 0; /* whether we currently own CLIPBOARD or not */ int set_clipboard = 1; int set_cutbuffer = 0; /* to avoid bouncing the CutText right back */ int sel_waittime = 15; /* some seconds to skip before first send */ -Window selwin; /* special window for our selection */ +Window selwin = None; /* special window for our selection */ Atom clipboard_atom = None; /* -- cgit v1.2.3