diff options
author | runge <runge> | 2007-04-18 23:55:22 +0000 |
---|---|---|
committer | runge <runge> | 2007-04-18 23:55:22 +0000 |
commit | 69a63b28833da1877046bf22e0b9b6f526526e57 (patch) | |
tree | 8fd39bdcbe8f265e440ecf809bf88f80858ff945 /x11vnc/userinput.c | |
parent | 3ed5ca3e9243cb7dfa13303424bb92f8536cddc2 (diff) | |
download | libtdevnc-69a63b28833da1877046bf22e0b9b6f526526e57.tar.gz libtdevnc-69a63b28833da1877046bf22e0b9b6f526526e57.zip |
x11vnc: small changes for 0.9 release.
Diffstat (limited to 'x11vnc/userinput.c')
-rw-r--r-- | x11vnc/userinput.c | 6 |
1 files changed, 5 insertions, 1 deletions
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; |