summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-22 00:18:45 +0000
committerDana Jansens <danakj@orodu.net>2007-05-22 00:18:45 +0000
commit798ed11be8d9948a0323078cb7f4f4a0836b8f67 (patch)
treecbd53143fd87bb93eb4cab2949a70ebc09d1e250 /openbox
parent62c311ba92fe5c187cc70151eb719a2fdf3efce4 (diff)
missing a break; heh
Diffstat (limited to 'openbox')
-rw-r--r--openbox/client.c1
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 */