X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=5faeacca9ed7bd0b03181c98b6021d47c762696a;hb=881a8647d2eb5f13eccda87a712c180fa9e902cf;hp=15b613524758ccce29a41d793d18eca394f451a1;hpb=875ce8edf4878b4c8e9c9d024970b472bb5c137e;p=chaz%2Fopenbox 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))