rounded-corners: rebase

This commit is contained in:
Dylan Araps 2019-10-15 15:00:15 +03:00
parent 5822db39a6
commit cd8d42c856
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -55,7 +55,7 @@ index b9e8867..4c0b3fa 100644
} else } else
XMoveResizeWindow(d, cur, c->a.x, c->a.y, c->a.width, c->a.height); XMoveResizeWindow(d, cur, c->a.x, c->a.y, c->a.width, c->a.height);
+ +
+ win_round_corners(w, c->f ? 0 : ROUND_CORNERS); + win_round_corners(cur, c->f ? 0 : ROUND_CORNERS);
} }
} }