From: Mikael Magnusson Date: Sat, 20 Mar 2004 21:35:44 +0000 (+0000) Subject: raise your hand if you liked the onepixel border and i'll add an option for it somewhere X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=77c744f28580eaa4a1f422c5cf8d8b8dda2d295d;p=chaz%2Fopenbox raise your hand if you liked the onepixel border and i'll add an option for it somewhere --- diff --git a/openbox/client.c b/openbox/client.c index a90dda6a..c44700e7 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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))