missing a break
This commit is contained in:
parent
4a79f7c439
commit
2c710b8646
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue