mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
3740f89171
First, don't filter on HWND in GetMessage and PeekMessage, lest thread-specific messages may get lost. See https://devblogs.microsoft.com/oldnewthing/20050209-00/?p=36493 Second, replace the dead status with the detection of WM_QUIT; it's what it's there for. May update gio#168 Signed-off-by: Elias Naur <mail@eliasnaur.com>