diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-22 00:18:45 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-22 00:18:45 +0000 |
| commit | 798ed11be8d9948a0323078cb7f4f4a0836b8f67 (patch) | |
| tree | cbd53143fd87bb93eb4cab2949a70ebc09d1e250 /openbox/client.c | |
| parent | 62c311ba92fe5c187cc70151eb719a2fdf3efce4 (diff) | |
missing a break; heh
Diffstat (limited to 'openbox/client.c')
| -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 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 */ |
