~ruther/dwl

8c82c67f151c78b6bbe895f4831b20e6d7875450 — Rutherther 10 months ago e26066c + adba38c v0.6-a/patched-keycodes
Merge branch 'v0.6-a/patched-base' into v0.6-a/patched-keycodes
1 files changed, 7 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +7 -1
@@ 2697,8 2697,14 @@ requestmonstate(struct wl_listener *listener, void *data)
void
resize(Client *c, struct wlr_box geo, int interact)
{
	struct wlr_box *bbox = interact ? &sgeom : &c->mon->w;
	struct wlr_box *bbox;
	struct wlr_box clip;

	if (!c->mon)
		return;

	bbox = interact ? &sgeom : &c->mon->w;

	client_set_bounds(c, geo.width, geo.height);
	c->geom = geo;
	applybounds(c, bbox);

Do not follow this link