• Henri Verbeet's avatar
    ddraw/tests: Try to make test_coop_level_mode_set() more reliable. · 1af267f6
    Henri Verbeet authored
    It appears that particularly on slower setups, on occasion we don't receive
    WM_DISPLAYCHANGE messages after a mode change. The theory is that the
    SendMessageTimeoutW() call in X11DRV_resize_desktop() ends up hitting the
    is_queue_hung() check in the send_message handler in the server, and the
    PeekMessage() calls should avoid that.
    1af267f6
ddraw4.c 281 KB