thread: SDL_CreateThreadWithStackSize is now SDL_CreateThreadWithProperties.

This commit is contained in:
Ryan C. Gordon 2024-05-22 01:47:09 -04:00
parent 0ec716819e
commit b83bb035e6
7 changed files with 108 additions and 44 deletions

View file

@ -85,7 +85,7 @@ SDL3_0.0.0 {
SDL_CreateTextureFromSurface;
SDL_CreateTextureWithProperties;
SDL_CreateThreadRuntime;
SDL_CreateThreadWithStackSizeRuntime;
SDL_CreateThreadWithPropertiesRuntime;
SDL_CreateWindow;
SDL_CreateWindowAndRenderer;
SDL_CreateWindowWithProperties;