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.