forked from joejulian/gio
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>