mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-06 15:30:50 +00:00
thread: Reworked SDL_CreateThread to be consistent across platforms.
Also documented missing and weird bits, rename typedefs to fit SDL standards.
This commit is contained in:
parent
983544a53e
commit
0ec716819e
30 changed files with 214 additions and 219 deletions
|
@ -84,8 +84,8 @@ SDL3_0.0.0 {
|
|||
SDL_CreateTexture;
|
||||
SDL_CreateTextureFromSurface;
|
||||
SDL_CreateTextureWithProperties;
|
||||
SDL_CreateThread;
|
||||
SDL_CreateThreadWithStackSize;
|
||||
SDL_CreateThreadRuntime;
|
||||
SDL_CreateThreadWithStackSizeRuntime;
|
||||
SDL_CreateWindow;
|
||||
SDL_CreateWindowAndRenderer;
|
||||
SDL_CreateWindowWithProperties;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue