From 798ed11be8d9948a0323078cb7f4f4a0836b8f67 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 22 May 2007 00:18:45 +0000 Subject: [PATCH] missing a break; heh --- openbox/client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbox/client.c b/openbox/client.c index 1d7d17e9..2f97077e 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1635,6 +1635,7 @@ void client_setup_decor_and_functions(ObClient *self) do with them is move them */ self->decorations = 0; self->functions = OB_CLIENT_FUNC_MOVE; + break; case OB_CLIENT_TYPE_DESKTOP: /* these windows are not manipulated by the window manager */ -- 2.39.2