Proposed change to address overly large fake fullscreen

pull/96/head
bakkeby 3 years ago
parent 53c183a542
commit 49839cf6f1

@ -3161,7 +3161,8 @@ setfullscreen(Client *c, int fullscreen)
c->h = c->oldh;
resizeclient(c, c->x, c->y, c->w, c->h);
restack(c->mon);
}
} else
resizeclient(c, c->x, c->y, c->w, c->h);
}
#else
void

Loading…
Cancel
Save