mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-02 07:57:29 +00:00
43024fcca2
Despite the option to control the main thread event loop, some gestures still block the event loop until completion. This change disables the blocking resize gestures and implements a non-blocking replacement. A complete replacement is left for future work, or the implementation of https://github.com/golang/go/issues/64755. Signed-off-by: Elias Naur <mail@eliasnaur.com>