don't resize on commit

Fixes https://codeberg.org/dwl/dwl/issues/1229
Reverts 32e66f4

This could be called only on the initial_commit, but it was added to fix
https://github.com/djpohly/dwl/issues/515 which I can't reproduce after
removing it, so let's try to remove it completely.
This commit is contained in:
Guido Cella
2026-09-15 12:06:35 +02:00
parent fec0699985
commit 498a0e605c
-2
View File
@@ -956,8 +956,6 @@ commitnotify(struct wl_listener *listener, void *data)
WLR_EDGE_RIGHT); WLR_EDGE_RIGHT);
return; return;
} }
resize(c, c->geom, (c->isfloating && !c->isfullscreen));
} }
void void