mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
d03f618660
Some window configurations lead to WM_SIZE messages when changed, which leads to deadlock because our window proc is not re-entrant. Avoid the issues by ignoring redundant messages. Fixes gio#262 Signed-off-by: Elias Naur <mail@eliasnaur.com>