mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
dc62058bce
A ToplevelClose event could end in the same batch of events as another event, which will result in the other event being sent after a DestroyEvent. Window assumes no event will arrive after DestroyEvent, so ensure that property for the Wayland backend. Signed-off-by: Elias Naur <mail@eliasnaur.com>