missing another break; ! wow
This commit is contained in:
parent
798ed11be8
commit
f0940aba64
1 changed files with 1 additions and 0 deletions
|
@ -1641,6 +1641,7 @@ void client_setup_decor_and_functions(ObClient *self)
|
||||||
/* these windows are not manipulated by the window manager */
|
/* these windows are not manipulated by the window manager */
|
||||||
self->decorations = 0;
|
self->decorations = 0;
|
||||||
self->functions = 0;
|
self->functions = 0;
|
||||||
|
break;
|
||||||
|
|
||||||
case OB_CLIENT_TYPE_DOCK:
|
case OB_CLIENT_TYPE_DOCK:
|
||||||
/* these windows are not manipulated by the window manager, but they
|
/* these windows are not manipulated by the window manager, but they
|
||||||
|
|
Loading…
Reference in a new issue