SDL/src/test
Sam Lantinga 2aa2fa5449 Added SDL_CreateWindowWithPosition()
It turns out there's a race condition on X11 where the window could be placed by the window manager while being placed by the application, so we need to have the initial position available at window creation.
2023-03-31 17:21:44 -07:00
..
SDL_test_assert.c Add some color in testautomation logs! 2023-03-24 13:55:20 -07:00
SDL_test_common.c Added SDL_CreateWindowWithPosition() 2023-03-31 17:21:44 -07:00
SDL_test_compare.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_crc32.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_font.c Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:10:44 -08:00
SDL_test_fuzzer.c Fix sdltest_randomAsciiStringWithMaximumLength() where it requests a string a size 0 2023-03-24 09:52:05 +01:00
SDL_test_harness.c Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
SDL_test_log.c Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:10:44 -08:00
SDL_test_md5.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_memory.c Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:10:44 -08:00
SDL_test_random.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00