raise your hand if you liked the onepixel border and i'll add an option for it somewhere

This commit is contained in:
Mikael Magnusson 2004-03-20 21:35:44 +00:00
parent 2a8ede0004
commit 77c744f285

View file

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