fullscreen only if no decorations
This commit is contained in:
parent
fbae01436c
commit
b69bf80982
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue