missing another break; ! wow

This commit is contained in:
Dana Jansens 2007-05-22 00:19:04 +00:00
parent 798ed11be8
commit f0940aba64

View file

@ -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