From: Dana Jansens Date: Tue, 22 May 2007 00:18:45 +0000 (+0000) Subject: missing a break; heh X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=798ed11be8d9948a0323078cb7f4f4a0836b8f67;p=chaz%2Fopenbox missing a break; heh --- 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 */