summaryrefslogtreecommitdiffstats
path: root/x11vnc/cleanup.c
diff options
context:
space:
mode:
authorrunge <runge>2007-09-11 20:15:38 +0000
committerrunge <runge>2007-09-11 20:15:38 +0000
commit115e935f72b58e72598c7fccf17364d6cd2fa5a1 (patch)
tree1ce24590ac497725cb977dfc08ee363773928e89 /x11vnc/cleanup.c
parent6a6d26a74701179672d59bfd153cc1a2e92e96bd (diff)
downloadlibtdevnc-115e935f72b58e72598c7fccf17364d6cd2fa5a1.tar.gz
libtdevnc-115e935f72b58e72598c7fccf17364d6cd2fa5a1.zip
x11vnc: fix wireframe crash under -clip. Add -redirect for
VNC redir. -rawfb nullbig, randbig, solid, swirl, etc. FD_XDM mode to find_display. -listdpy. Add enlightenment. Xvnc.redirect FINDDISPLAY-vnc_redirect. -xvnc, -xvnc_redirect, -svc_xvnc. AUTO_PORT.
Diffstat (limited to 'x11vnc/cleanup.c')
-rw-r--r--x11vnc/cleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/cleanup.c b/x11vnc/cleanup.c
index 3643c39..2ce62a8 100644
--- a/x11vnc/cleanup.c
+++ b/x11vnc/cleanup.c
@@ -89,7 +89,7 @@ void clean_shm(int quick) {
break;
}
}
- if (!quiet) {
+ if (!quiet && cnt > 0) {
rfbLog("deleted %d tile_row polling images.\n", cnt);
}
}