From f0940aba6425248dfde918f89f4decfa9dbc041a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 22 May 2007 00:19:04 +0000 Subject: [PATCH] missing another break; ! wow --- openbox/client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbox/client.c b/openbox/client.c index 2f97077e..ed005ee7 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1641,6 +1641,7 @@ void client_setup_decor_and_functions(ObClient *self) /* these windows are not manipulated by the window manager */ self->decorations = 0; self->functions = 0; + break; case OB_CLIENT_TYPE_DOCK: /* these windows are not manipulated by the window manager, but they -- 2.39.2