render: resize: call xdg_toplevel_set_min_size()

This is a hint to the compositor, not to set a smaller size than this.
This commit is contained in:
Daniel Eklöf 2023-03-02 17:22:27 +01:00
parent 8a849b4b08
commit 514fcc20a7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 9 additions and 9 deletions

View file

@ -125,6 +125,7 @@
into the double-width glyph ([#1256][1256]).
* Wayland protocol violation when ack:ing a configure event for an
unmapped surface ([#1249][1249]).
* `xdg\_toplevel::set_min_size()` not being called.
[1173]: https://codeberg.org/dnkl/foot/issues/1173
[1190]: https://codeberg.org/dnkl/foot/issues/1190