parent
986beef5be
commit
b5abbc37d8
2
dwl.c
2
dwl.c
|
@ -2183,7 +2183,7 @@ resize(Client *c, struct wlr_box geo, int interact)
|
||||||
struct wlr_box *bbox;
|
struct wlr_box *bbox;
|
||||||
struct wlr_box clip;
|
struct wlr_box clip;
|
||||||
|
|
||||||
if (!c->mon || !c->scene)
|
if (!c->mon || !client_surface(c)->mapped)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
bbox = interact ? &sgeom : &c->mon->w;
|
bbox = interact ? &sgeom : &c->mon->w;
|
||||||
|
|
Loading…
Reference in a new issue