mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Rename functions in SDL_system.h to match SDL 3.0 naming convention
Fixes https://github.com/libsdl-org/SDL/issues/10277
This commit is contained in:
@@ -3134,17 +3134,17 @@ typedef SDL_Colour, SDL_Color;
|
||||
@@
|
||||
@@
|
||||
- SDL_WinRTGetFSPathUTF8
|
||||
+ SDL_WinRTGetFSPath
|
||||
+ SDL_GetWinRTFSPath
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_iPhoneSetAnimationCallback
|
||||
+ SDL_iOSSetAnimationCallback
|
||||
+ SDL_SetiOSAnimationCallback
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_iPhoneSetEventPump
|
||||
+ SDL_iOSSetEventPump
|
||||
+ SDL_SetiOSEventPump
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
@@ -3501,3 +3501,58 @@ typedef SDL_Colour, SDL_Color;
|
||||
- SDL_GL_DeleteContext
|
||||
+ SDL_GL_DestroyContext
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_AndroidGetActivity
|
||||
+ SDL_GetAndroidActivity
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_AndroidGetExternalStoragePath
|
||||
+ SDL_GetAndroidExternalStoragePath
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_AndroidGetExternalStorageState
|
||||
+ SDL_GetAndroidExternalStorageState
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_AndroidGetInternalStoragePath
|
||||
+ SDL_GetAndroidInternalStoragePath
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_AndroidGetJNIEnv
|
||||
+ SDL_GetAndroidJNIEnv
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_Direct3D9GetAdapterIndex
|
||||
+ SDL_GetDirect3D9AdapterIndex
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_GDKGetDefaultUser
|
||||
+ SDL_GetGDKDefaultUser
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_GDKGetTaskQueue
|
||||
+ SDL_GetGDKTaskQueue
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_WinRTGetDeviceFamily
|
||||
+ SDL_GetWinRTDeviceFamily
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_LinuxSetThreadPriority
|
||||
+ SDL_SetLinuxThreadPriority
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_LinuxSetThreadPriorityAndPolicy
|
||||
+ SDL_SetLinuxThreadPriorityAndPolicy
|
||||
(...)
|
||||
|
||||
Reference in New Issue
Block a user