notify decorations when compositing is enabled/disabled
svn path=/trunk/KDE/kdebase/workspace/; revision=1021803
This commit is contained in:
parent
3004fba3ce
commit
88dc7eccfd
1 changed files with 4 additions and 0 deletions
|
@ -1135,9 +1135,13 @@ void Workspace::slotReinitCompositing()
|
|||
|
||||
// Restart compositing
|
||||
finishCompositing();
|
||||
|
||||
// resume compositing if suspended
|
||||
compositingSuspended = false;
|
||||
setupCompositing();
|
||||
KDecorationFactory* factory = mgr->factory();
|
||||
factory->reset(SettingCompositing);
|
||||
|
||||
if( effects ) // setupCompositing() may fail
|
||||
{
|
||||
effects->reconfigure();
|
||||
|
|
Loading…
Reference in a new issue