Disable the "curtain" when changing decoration, it actually seems

to make things worse now.

svn path=/trunk/kdebase/kwin/; revision=253541
icc-effect-5.14.5
Luboš Luňák 2003-09-24 11:00:57 +00:00
parent 9e49d37f82
commit f91b62ba2f
1 changed files with 2 additions and 0 deletions

View File

@ -693,10 +693,12 @@ void Workspace::slotReconfigure()
if( mgr->reset( changed ))
{ // decorations need to be recreated
#if 0 // This actually seems to make things worse now
QWidget curtain( 0, 0, WX11BypassWM );
curtain.setBackgroundMode( NoBackground );
curtain.setGeometry( QApplication::desktop()->geometry() );
curtain.show();
#endif
for( ClientList::ConstIterator it = clients.begin();
it != clients.end();
++it )