]> Dogcows Code - chaz/openbox/commitdiff
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 1d7d17e96b343a973d856f9a00623284ae3be1b4..2f97077e05776124429276c404e4785a3edbd90c 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 */
This page took 0.026877 seconds and 4 git commands to generate.