Disable the "curtain" when changing decoration, it actually seems
to make things worse now. svn path=/trunk/kdebase/kwin/; revision=253541
This commit is contained in:
parent
9e49d37f82
commit
f91b62ba2f
1 changed files with 2 additions and 0 deletions
|
@ -693,10 +693,12 @@ void Workspace::slotReconfigure()
|
||||||
|
|
||||||
if( mgr->reset( changed ))
|
if( mgr->reset( changed ))
|
||||||
{ // decorations need to be recreated
|
{ // decorations need to be recreated
|
||||||
|
#if 0 // This actually seems to make things worse now
|
||||||
QWidget curtain( 0, 0, WX11BypassWM );
|
QWidget curtain( 0, 0, WX11BypassWM );
|
||||||
curtain.setBackgroundMode( NoBackground );
|
curtain.setBackgroundMode( NoBackground );
|
||||||
curtain.setGeometry( QApplication::desktop()->geometry() );
|
curtain.setGeometry( QApplication::desktop()->geometry() );
|
||||||
curtain.show();
|
curtain.show();
|
||||||
|
#endif
|
||||||
for( ClientList::ConstIterator it = clients.begin();
|
for( ClientList::ConstIterator it = clients.begin();
|
||||||
it != clients.end();
|
it != clients.end();
|
||||||
++it )
|
++it )
|
||||||
|
|
Loading…
Reference in a new issue