mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-03 02:17:39 +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
|
@ -3705,3 +3705,8 @@ identifier func =~ "^(SDL_AddEventWatch|SDL_AddHintCallback|SDL_AddSurfaceAltern
|
|||
- SDL_IsAndroidTV
|
||||
+ SDL_IsTV
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_SetThreadPriority
|
||||
+ SDL_SetCurrentThreadPriority
|
||||
(...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue