From 69a63b28833da1877046bf22e0b9b6f526526e57 Mon Sep 17 00:00:00 2001 From: runge Date: Wed, 18 Apr 2007 23:55:22 +0000 Subject: x11vnc: small changes for 0.9 release. --- x11vnc/userinput.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'x11vnc/userinput.c') diff --git a/x11vnc/userinput.c b/x11vnc/userinput.c index 5fd37ae..dab29b1 100644 --- a/x11vnc/userinput.c +++ b/x11vnc/userinput.c @@ -9841,7 +9841,9 @@ fprintf(stderr, "----%02d: MapNotify 0x%lx %3d\n", ik, win, idx); } #if 0 -// if (cache_list[idx].map_state == IsUnmapped || desktop_change || macosx_console) +/* + if (cache_list[idx].map_state == IsUnmapped || desktop_change || macosx_console) + */ #endif if (1) { X_UNLOCK; @@ -9941,7 +9943,9 @@ fprintf(stderr, "----%02d: UnmapNotify 0x%lx %3d\n", ik, win, idx); } #if 0 +/* // if (cache_list[idx].map_state == IsViewable || desktop_change || macosx_console) + */ #endif if (1) { X_UNLOCK; -- cgit v1.2.1