From 2c710b86460fb084c266397e8566f48da41c29d5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 1 Feb 2003 00:22:16 +0000 Subject: [PATCH] missing a break --- src/client.cc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2