Alexandre Julliard pushed to branch master at wine / wine
Commits: 55573b59 by Giovanni Mascellani at 2024-11-26T18:25:56+01:00 user32/tests: Check that message-only windows ignore WS_EX_TOPMOST.
libOVR brings a message window topmost claiming that this way it receives WM_DEVICECHANGE faster. Currently, in Wine, this causes a WM_KILLFOCUS to be sent to the actual topmost window, which in turn causes "Shantae: Risky's Revenge" to minimize. The effect is that the game automatically minimizes as soon as it is launched, which is incorrect.
- - - - - 727ee8a8 by Giovanni Mascellani at 2024-11-26T18:25:56+01:00 win32u/window: Ignore changing WS_EX_TOPMOST for message-only windows.
- - - - -
2 changed files:
- dlls/user32/tests/win.c - dlls/win32u/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4798f3dce460a3720cd52cdb0e3b60...