X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=2a41ab8da41be0d15fa1743bc8e789a54c5b7239;hb=aa81b46ff3f8b17d323605bbf9830bbf1fccc2bb;hp=2c5045498df7ae4ad2ccdc2c013346358e6bec7c;hpb=192cc6b4f4b275ee41cfad1117724bfd03ffa35d;p=chaz%2Fopenbox diff --git a/openbox/client.c b/openbox/client.c index 2c504549..2a41ab8d 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2368,10 +2368,10 @@ static ObStackingLayer calc_layer(ObClient *self) } else if ((self->fullscreen || /* No decorations and fills the monitor = oldskool fullscreen. - But not for undecorated windows, because the user can do that + But not for maximized windows. */ (self->decorations == 0 && - !self->undecorated && + !(self->max_horz && self->max_vert) && RECT_EQUAL(self->area, *screen_physical_area_monitor (client_monitor(self))))) &&