mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-25 22:19:10 +00:00
Rename SDL_SetThreadPriority() to SDL_SetCurrentThreadPriority()
Fixes https://github.com/libsdl-org/SDL/issues/11055
This commit is contained in:
parent
69196ab30d
commit
fe2880fcda
17 changed files with 30 additions and 22 deletions
|
@ -600,8 +600,8 @@ SDL3_0.0.0 {
|
|||
SDL_IsJoystickHaptic;
|
||||
SDL_IsJoystickVirtual;
|
||||
SDL_IsMouseHaptic;
|
||||
SDL_IsTablet;
|
||||
SDL_IsTV;
|
||||
SDL_IsTablet;
|
||||
SDL_JoystickConnected;
|
||||
SDL_JoystickEventsEnabled;
|
||||
SDL_KillProcess;
|
||||
|
@ -796,6 +796,7 @@ SDL3_0.0.0 {
|
|||
SDL_SetBooleanProperty;
|
||||
SDL_SetClipboardData;
|
||||
SDL_SetClipboardText;
|
||||
SDL_SetCurrentThreadPriority;
|
||||
SDL_SetCursor;
|
||||
SDL_SetEnvironmentVariable;
|
||||
SDL_SetError;
|
||||
|
@ -869,7 +870,6 @@ SDL3_0.0.0 {
|
|||
SDL_SetTextureColorMod;
|
||||
SDL_SetTextureColorModFloat;
|
||||
SDL_SetTextureScaleMode;
|
||||
SDL_SetThreadPriority;
|
||||
SDL_SetWindowAlwaysOnTop;
|
||||
SDL_SetWindowAspectRatio;
|
||||
SDL_SetWindowBordered;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue