mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
use cc->bwidth in client_vmax since we've yet to reset it (matches
client_hmax); from Jan Stary
This commit is contained in:
parent
6d123cd96d
commit
c426254da5
2
client.c
2
client.c
@ -321,7 +321,7 @@ client_vmaximize(struct client_ctx *cc)
|
|||||||
|
|
||||||
/* if this will make us fully maximized then remove boundary */
|
/* if this will make us fully maximized then remove boundary */
|
||||||
if ((cc->flags & CLIENT_MAXFLAGS) == CLIENT_HMAXIMIZED) {
|
if ((cc->flags & CLIENT_MAXFLAGS) == CLIENT_HMAXIMIZED) {
|
||||||
cc->geom.w += Conf.bwidth * 2;
|
cc->geom.w += cc->bwidth * 2;
|
||||||
cc->bwidth = 0;
|
cc->bwidth = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user