mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-29 19:14:15 +00:00
remove a redundant check
resize() now does the same check
This commit is contained in:
parent
c19bec5341
commit
5e6a530d8b
1
dwl.c
1
dwl.c
@ -807,7 +807,6 @@ commitnotify(struct wl_listener *listener, void *data)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (client_surface(c)->mapped && c->mon)
|
|
||||||
resize(c, c->geom, (c->isfloating && !c->isfullscreen));
|
resize(c, c->geom, (c->isfloating && !c->isfullscreen));
|
||||||
|
|
||||||
/* mark a pending resize as completed */
|
/* mark a pending resize as completed */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user