]> Dogcows Code - chaz/openbox/commitdiff
fullscreen only if no decorations
authorDana Jansens <danakj@orodu.net>
Wed, 16 May 2007 17:01:47 +0000 (17:01 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 16 May 2007 17:01:47 +0000 (17:01 +0000)
openbox/client.c

index dba7706be0a057baf15b881bcaff133c1474e919..9bf378e191c2b760a89c23a110f5536e3726ef0d 100644 (file)
@@ -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,
This page took 0.029135 seconds and 4 git commands to generate.