Commit eb13c328 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

d3d9/tests: Add another flush to work around an intermittent test failure on fvwm2.

parent c96f0682
......@@ -3124,6 +3124,7 @@ static void test_wndproc(void)
"Expected IsIconic %u, got %u, i=%u.\n", tests[i].iconic, IsIconic(focus_window), i);
ShowWindow(focus_window, SW_SHOWNOACTIVATE);
flush_events();
ShowWindow(focus_window, SW_SHOWMINNOACTIVE);
flush_events();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment