mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-05 06:47:25 -04:00
wayland: ignore configure events for unmapped surfaces
Closes #1249 Note that it is still unclear whether ack:ing a configure event for an unmapped surface is a protocol violation, or something that should be handled by the compositor. According to https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/108, Kwin, Mutter and Weston handles it, while wlroots does not.
This commit is contained in:
parent
f2356adee3
commit
7f26914583
3 changed files with 15 additions and 0 deletions
|
|
@ -123,6 +123,8 @@
|
|||
causing a crash (double-free) on exit ([#1259][1259]).
|
||||
* Double-width glyphs glitching when surrounded by glyphs overflowing
|
||||
into the double-width glyph ([#1256][1256]).
|
||||
* Wayland protocol violation when ack:ing a configure event for an
|
||||
unmapped surface ([#1249][1249]).
|
||||
|
||||
[1173]: https://codeberg.org/dnkl/foot/issues/1173
|
||||
[1190]: https://codeberg.org/dnkl/foot/issues/1190
|
||||
|
|
@ -131,6 +133,7 @@
|
|||
[1218]: https://codeberg.org/dnkl/foot/issues/1218
|
||||
[1259]: https://codeberg.org/dnkl/foot/issues/1259
|
||||
[1256]: https://codeberg.org/dnkl/foot/issues/1256
|
||||
[1249]: https://codeberg.org/dnkl/foot/issues/1249
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue