diff options
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
