From e549a2d0e043f2a2a9002c641635d2bb48215134 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 11 Jun 2007 18:56:19 +0000 Subject: when undecorated and keepborder is on, show only the outside border not the clientborder --- openbox/client.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index 15b61352..5faeacca 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1708,12 +1708,8 @@ void client_setup_decor_and_functions(ObClient *self, gboolean reconfig) /* 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) { - if (config_theme_keepborder) - self->decorations &= OB_FRAME_DECOR_BORDER; - else - self->decorations = 0; - } + if (self->undecorated) + self->decorations = 0; /* if we don't have a titlebar, then we cannot shade! */ if (!(self->decorations & OB_FRAME_DECOR_TITLEBAR)) -- cgit v1.2.3