diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-22 00:19:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-22 00:19:04 +0000 |
| commit | f0940aba6425248dfde918f89f4decfa9dbc041a (patch) | |
| tree | 6f56a8651355b862da58ba96928d712227e23158 /openbox | |
| parent | 798ed11be8d9948a0323078cb7f4f4a0836b8f67 (diff) | |
missing another break; ! wow
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/client.c b/openbox/client.c index 2f97077e..ed005ee7 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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 |
