From 1b9082bc8739e5ab186092ca1dcff1736eb91c0e Mon Sep 17 00:00:00 2001 From: runge Date: Wed, 31 Jan 2007 15:41:42 +0000 Subject: x11vnc: -reflect, -N. -ncache, FINDDISPLAY, FINDCREATEDISPLAY, improvements. MODTWEAK_LOWEST workaround. --- x11vnc/cleanup.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'x11vnc/cleanup.c') diff --git a/x11vnc/cleanup.c b/x11vnc/cleanup.c index 74f0ea6..a81a798 100644 --- a/x11vnc/cleanup.c +++ b/x11vnc/cleanup.c @@ -158,6 +158,9 @@ void clean_up_exit (int ret) { if (use_solid_bg) { solid_bg(1); } + if (ncache || ncache0) { + kde_no_animate(1); + } X_LOCK; XTestDiscard_wr(dpy); #if LIBVNCSERVER_HAVE_LIBXDAMAGE @@ -415,6 +418,9 @@ static void interrupted (int sig) { if (use_solid_bg) { solid_bg(1); } + if (ncache || ncache0) { + kde_no_animate(1); + } stop_stunnel(); if (crash_debug) { -- cgit v1.2.3