• 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
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
clipper.c Loading commit data...
ddraw.c Loading commit data...
ddraw.spec Loading commit data...
ddraw_classes.idl Loading commit data...
ddraw_private.h Loading commit data...
device.c Loading commit data...
executebuffer.c Loading commit data...
light.c Loading commit data...
main.c Loading commit data...
material.c Loading commit data...
palette.c Loading commit data...
surface.c Loading commit data...
utils.c Loading commit data...
version.rc Loading commit data...
vertexbuffer.c Loading commit data...
viewport.c Loading commit data...