diff --git a/dwm.c b/dwm.c index 2d4e7c2..50ccb38 100644 --- a/dwm.c +++ b/dwm.c @@ -2632,8 +2632,8 @@ resizeclient(Client *c, int x, int y, int w, int h) #endif // FAKEFULLSCREEN_CLIENT_PATCH && !c->isfloating && c->mon->lt[c->mon->sellt]->arrange) { - c->w = wc.width += c->bw * 2; - c->h = wc.height += c->bw * 2; + wc.width += c->bw * 2; + wc.height += c->bw * 2; wc.border_width = 0; } #endif // NOBORDER_PATCH