switch fall-through fixes

svn path=/trunk/KDE/kdebase/workspace/; revision=527754
This commit is contained in:
Luboš Luňák 2006-04-09 09:43:31 +00:00
parent 21644ee234
commit 443eb30ac8
2 changed files with 2 additions and 1 deletions

View file

@ -814,7 +814,7 @@ int KDEDefaultClient::layoutMetric(LayoutMetric lm, bool respectWindowState, con
case LM_ExplicitButtonSpacer:
if ( !isToolWindow() )
return borderWidth/2;
// fall though
default:
return KCommonDecoration::layoutMetric(lm, respectWindowState, btn);
}

View file

@ -389,6 +389,7 @@ void Workspace::performWindowOperation( Client* c, Options::WindowOperation op )
break;
case Options::RestoreOp:
c->maximize( Client::MaximizeRestore );
break;
case Options::MinimizeOp:
c->minimize();
break;