mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
df0e058ea6
Native window callbacks now run in the same context as the event loop. However, a call to Close immediately calls onClose which in turn wants to send events. Break the deadlock by deferring the Close call. Fixes gio#227 Signed-off-by: Elias Naur <mail@eliasnaur.com>