Fixed ABI compatibility with 3.1.6

This commit is contained in:
Sam Lantinga
2025-01-07 17:32:59 -08:00
parent d7b10d05b1
commit 22422f7748
3 changed files with 3 additions and 3 deletions

View File

@@ -974,7 +974,6 @@ SDL3_0.0.0 {
SDL_WaitEventTimeout;
SDL_WaitForGPUFences;
SDL_WaitForGPUIdle;
SDL_WaitForGPUSwapchain;
SDL_WaitProcess;
SDL_WaitSemaphore;
SDL_WaitSemaphoreTimeout;
@@ -1206,6 +1205,7 @@ SDL3_0.0.0 {
SDL_RunOnMainThread;
SDL_SetGPUAllowedFramesInFlight;
SDL_RenderTextureAffine;
SDL_WaitForGPUSwapchain;
SDL_WaitAndAcquireGPUSwapchainTexture;
SDL_RenderDebugTextFormat;
SDL_CreateTray;