From: Dana Jansens Date: Wed, 16 May 2007 17:01:47 +0000 (+0000) Subject: fullscreen only if no decorations X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=b69bf80982619226cdaec6e1a16b45db6b1eca81;p=chaz%2Fopenbox fullscreen only if no decorations --- diff --git a/openbox/client.c b/openbox/client.c index dba7706b..9bf378e1 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2339,6 +2339,7 @@ static ObStackingLayer calc_layer(ObClient *self) else if ((self->fullscreen || /* no decorations and fills the monitor = oldskool fullscreen */ (self->frame != NULL && + self->decorations == 0 && (self->frame->size.right == 0 && self->frame->size.left == 0 && self->frame->size.bottom == 0 && self->frame->size.top == 0 && RECT_EQUAL(self->area,