mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
b2a99fddca
Running, for example, Window.Close during a FrameEvent processing doesn't end well on platforms that immediately destroys the window. This change defers callbacks to after the completing the current event. Fixes: https://todo.sr.ht/~eliasnaur/gio/340 Signed-off-by: Elias Naur <mail@eliasnaur.com>