summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-01 00:22:16 +0000
committerDana Jansens <danakj@orodu.net>2003-02-01 00:22:16 +0000
commit2c710b86460fb084c266397e8566f48da41c29d5 (patch)
tree07bf9620b437035cc0f471b00539efac7bcf4430 /src
parent4a79f7c4390b420a0993a0f3059924c3839cd445 (diff)
missing a break
Diffstat (limited to 'src')
-rw-r--r--src/client.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cc b/src/client.cc
index 52312f82..8f654908 100644
--- a/src/client.cc
+++ b/src/client.cc
@@ -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