mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
11aec807b2
If the client calls, say, Window.Configure during a frame which in turn results in a ConfigEvent, the program deadlocks. This change implements a queue of events to be delivered after processing another. Fixes: https://todo.sr.ht/~eliasnaur/gio/337 Signed-off-by: Elias Naur <mail@eliasnaur.com>