]> Dogcows Code - chaz/openbox/commitdiff
missing another break; ! wow
authorDana Jansens <danakj@orodu.net>
Tue, 22 May 2007 00:19:04 +0000 (00:19 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 22 May 2007 00:19:04 +0000 (00:19 +0000)
openbox/client.c

index 2f97077e05776124429276c404e4785a3edbd90c..ed005ee79d02c1a7fd52ad6b171ffab2f71146d3 100644 (file)
@@ -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
This page took 0.026516 seconds and 4 git commands to generate.