Skip to content

GdkWin32: do not block input in advance from WM_MOUSEACTIVATE

GTK knows when a surface is modally blocked and automatically drops button press and release events, so do not block input in advance from WM_MOUSEACTIVATE.

Fixes #5297 (closed), #5326 (closed)

Merge request reports