missing a break; heh
authorDana Jansens <danakj@orodu.net>
Tue, 22 May 2007 00:18:45 +0000 (00:18 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 22 May 2007 00:18:45 +0000 (00:18 +0000)
openbox/client.c

index 1d7d17e..2f97077 100644 (file)
@@ -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 */