dont give decorless windows a border when toggling decorations

This commit is contained in:
Dana Jansens 2003-10-09 16:36:28 +00:00
parent b9d47c49d6
commit b7d2693742

View file

@ -1180,9 +1180,9 @@ void client_setup_decor_and_functions(ObClient *self)
self->decorations &= ~OB_FRAME_DECOR_HANDLE;
/* finally, the user can have requested no decorations, which overrides
everything */
everything (but doesnt give it a border if it doesnt have one) */
if (self->undecorated)
self->decorations = OB_FRAME_DECOR_BORDER;
self->decorations &= OB_FRAME_DECOR_BORDER;
/* if we don't have a titlebar, then we cannot shade! */
if (!(self->decorations & OB_FRAME_DECOR_TITLEBAR))