summaryrefslogtreecommitdiffstats
path: root/x11vnc/selection.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/selection.c')
-rw-r--r--x11vnc/selection.c2
1 files changed, 1 insertions, 1 deletions
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;
/*