mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
30a558d10d
A Window.Redraw called after the client has completed building a frame and before Window.Draw resets the redraw flag is effectively ignored. Move the flag reset earlier to just before the client is asked to build the frame, to ensure that no state updates are lost. Tighten and simplify the locking while we're here. Signed-off-by: Elias Naur <mail@eliasnaur.com>