From 77c744f28580eaa4a1f422c5cf8d8b8dda2d295d Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 20 Mar 2004 21:35:44 +0000 Subject: [PATCH] raise your hand if you liked the onepixel border and i'll add an option for it somewhere --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.45.2