Fix Konsole transparent background problems when window is sticky or sent to other desktop (#24178)

svn path=/trunk/kdebase/kwin/; revision=112136
This commit is contained in:
Stephan Binner 2001-08-27 21:02:33 +00:00
parent 4106f298c6
commit 21a2a14edd

View file

@ -18,6 +18,7 @@ Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
#include <qregexp.h> #include <qregexp.h>
#include <qclipboard.h> #include <qclipboard.h>
#include <kapp.h> #include <kapp.h>
#include <kipc.h>
#include <dcopclient.h> #include <dcopclient.h>
#include <kprocess.h> #include <kprocess.h>
#include <kiconloader.h> #include <kiconloader.h>
@ -2357,6 +2358,7 @@ void Workspace::setCurrentDesktop( int new_desktop ){
} }
} }
current_desktop = new_desktop; current_desktop = new_desktop;
KIPC::sendMessageAll(KIPC::BackgroundChanged, current_desktop);
rootInfo->setCurrentDesktop( current_desktop ); rootInfo->setCurrentDesktop( current_desktop );