missing a break

This commit is contained in:
Dana Jansens 2003-02-01 00:22:16 +00:00
parent 4a79f7c439
commit 2c710b8646

View file

@ -232,6 +232,7 @@ void Client::setupDecorAndFunctions()
// normal windows retain all of the possible decorations and
// functionality, and are the only windows that you can fullscreen
_functions |= Func_Fullscreen;
break;
case Type_Dialog:
// dialogs cannot be maximized