mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-04 04:20:24 -04:00
set client bounds at resize
This commit is contained in:
parent
948fdcf709
commit
a32db11f16
2 changed files with 11 additions and 0 deletions
1
dwl.c
1
dwl.c
|
@ -1582,6 +1582,7 @@ resize(Client *c, int x, int y, int w, int h, int interact)
|
|||
{
|
||||
int min_width = 0, min_height = 0;
|
||||
struct wlr_box *bbox = interact ? &sgeom : &c->mon->w;
|
||||
client_set_bounds(c, w, h);
|
||||
client_min_size(c, &min_width, &min_height);
|
||||
c->geom.x = x;
|
||||
c->geom.y = y;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue