"James Hawkins" jhawkins@codeweavers.com wrote:
According to msdn, "The foreground window can be NULL in certain circumstances, such as when a window is losing activation. " which is exactly when these failures occur.
Changelog:
- Allow a NULL foreground window in the tests.
NULL foreground window is already allowed, you just need to fix the callers of check_wnd_state() to pass 0 for foreground.