Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sdl2/test/video_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ def test_SDL_GetGrabbedWindow(window):
# NOTE: Should implement this once the above tests are fixed
pass

@pytest.mark.skipif(DRIVER_DUMMY, reason="Not implemented by dummy driver")
@pytest.mark.skipif(sdl2.dll.version < 2018, reason="not available")
def test_SDL_GetSetWindowMouseRect(with_sdl):
flags = sdl2.SDL_WINDOW_BORDERLESS
Expand Down
Loading