use cc->bwidth in client_vmax since we've yet to reset it (matches

client_hmax); from Jan Stary
This commit is contained in:
okan 2013-01-06 01:01:26 +00:00
parent 6d123cd96d
commit c426254da5

View File

@ -321,7 +321,7 @@ client_vmaximize(struct client_ctx *cc)
/* if this will make us fully maximized then remove boundary */
if ((cc->flags & CLIENT_MAXFLAGS) == CLIENT_HMAXIMIZED) {
cc->geom.w += Conf.bwidth * 2;
cc->geom.w += cc->bwidth * 2;
cc->bwidth = 0;
}