mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 18:07:40 +00:00
Made event and temporary string memory thread-local and added SDL_FreeEventMemory()
Fixes https://github.com/libsdl-org/SDL/issues/10283
This commit is contained in:
parent
ec3bb4c029
commit
4aeabb3c3b
7 changed files with 107 additions and 49 deletions
|
@ -123,6 +123,7 @@ SDL3_0.0.0 {
|
|||
SDL_FlushEvent;
|
||||
SDL_FlushEvents;
|
||||
SDL_FlushRenderer;
|
||||
SDL_FreeEventMemory;
|
||||
SDL_GDKSuspendComplete;
|
||||
SDL_GL_CreateContext;
|
||||
SDL_GL_DestroyContext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue