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