From 21a2a14edd932dd613a9fc5d95d2c651443a0c2a Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Mon, 27 Aug 2001 21:02:33 +0000 Subject: [PATCH] Fix Konsole transparent background problems when window is sticky or sent to other desktop (#24178) svn path=/trunk/kdebase/kwin/; revision=112136 --- workspace.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workspace.cpp b/workspace.cpp index d52b07506a..f760afd075 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -18,6 +18,7 @@ Copyright (C) 1999, 2000 Matthias Ettrich #include #include #include +#include #include #include #include @@ -2357,6 +2358,7 @@ void Workspace::setCurrentDesktop( int new_desktop ){ } } current_desktop = new_desktop; + KIPC::sendMessageAll(KIPC::BackgroundChanged, current_desktop); rootInfo->setCurrentDesktop( current_desktop );