mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-31 22:42:52 +08:00
Dynamic API symbol cleanup
This commit is contained in:
@@ -351,18 +351,11 @@ SDL3_0.0.0 {
|
|||||||
SDL_GetOriginalMemoryFunctions;
|
SDL_GetOriginalMemoryFunctions;
|
||||||
SDL_GetPathInfo;
|
SDL_GetPathInfo;
|
||||||
SDL_GetPenCapabilities;
|
SDL_GetPenCapabilities;
|
||||||
SDL_GetPenCapabilities;
|
|
||||||
SDL_GetPenFromGUID;
|
|
||||||
SDL_GetPenFromGUID;
|
SDL_GetPenFromGUID;
|
||||||
SDL_GetPenGUID;
|
SDL_GetPenGUID;
|
||||||
SDL_GetPenGUID;
|
|
||||||
SDL_GetPenName;
|
|
||||||
SDL_GetPenName;
|
SDL_GetPenName;
|
||||||
SDL_GetPenStatus;
|
SDL_GetPenStatus;
|
||||||
SDL_GetPenStatus;
|
|
||||||
SDL_GetPenType;
|
SDL_GetPenType;
|
||||||
SDL_GetPenType;
|
|
||||||
SDL_GetPens;
|
|
||||||
SDL_GetPens;
|
SDL_GetPens;
|
||||||
SDL_GetPerformanceCounter;
|
SDL_GetPerformanceCounter;
|
||||||
SDL_GetPerformanceFrequency;
|
SDL_GetPerformanceFrequency;
|
||||||
@@ -599,7 +592,6 @@ SDL3_0.0.0 {
|
|||||||
SDL_PauseHaptic;
|
SDL_PauseHaptic;
|
||||||
SDL_PeepEvents;
|
SDL_PeepEvents;
|
||||||
SDL_PenConnected;
|
SDL_PenConnected;
|
||||||
SDL_PenConnected;
|
|
||||||
SDL_PlayHapticRumble;
|
SDL_PlayHapticRumble;
|
||||||
SDL_PollEvent;
|
SDL_PollEvent;
|
||||||
SDL_PostSemaphore;
|
SDL_PostSemaphore;
|
||||||
@@ -682,7 +674,6 @@ SDL3_0.0.0 {
|
|||||||
SDL_SetAssertionHandler;
|
SDL_SetAssertionHandler;
|
||||||
SDL_SetAudioPostmixCallback;
|
SDL_SetAudioPostmixCallback;
|
||||||
SDL_SetAudioStreamFormat;
|
SDL_SetAudioStreamFormat;
|
||||||
SDL_SetAudioStreamFormat;
|
|
||||||
SDL_SetAudioStreamFrequencyRatio;
|
SDL_SetAudioStreamFrequencyRatio;
|
||||||
SDL_SetAudioStreamGetCallback;
|
SDL_SetAudioStreamGetCallback;
|
||||||
SDL_SetAudioStreamPutCallback;
|
SDL_SetAudioStreamPutCallback;
|
||||||
|
|||||||
@@ -376,18 +376,11 @@
|
|||||||
#define SDL_GetOriginalMemoryFunctions SDL_GetOriginalMemoryFunctions_REAL
|
#define SDL_GetOriginalMemoryFunctions SDL_GetOriginalMemoryFunctions_REAL
|
||||||
#define SDL_GetPathInfo SDL_GetPathInfo_REAL
|
#define SDL_GetPathInfo SDL_GetPathInfo_REAL
|
||||||
#define SDL_GetPenCapabilities SDL_GetPenCapabilities_REAL
|
#define SDL_GetPenCapabilities SDL_GetPenCapabilities_REAL
|
||||||
#define SDL_GetPenCapabilities SDL_GetPenCapabilities_REAL
|
|
||||||
#define SDL_GetPenFromGUID SDL_GetPenFromGUID_REAL
|
|
||||||
#define SDL_GetPenFromGUID SDL_GetPenFromGUID_REAL
|
#define SDL_GetPenFromGUID SDL_GetPenFromGUID_REAL
|
||||||
#define SDL_GetPenGUID SDL_GetPenGUID_REAL
|
#define SDL_GetPenGUID SDL_GetPenGUID_REAL
|
||||||
#define SDL_GetPenGUID SDL_GetPenGUID_REAL
|
|
||||||
#define SDL_GetPenName SDL_GetPenName_REAL
|
|
||||||
#define SDL_GetPenName SDL_GetPenName_REAL
|
#define SDL_GetPenName SDL_GetPenName_REAL
|
||||||
#define SDL_GetPenStatus SDL_GetPenStatus_REAL
|
#define SDL_GetPenStatus SDL_GetPenStatus_REAL
|
||||||
#define SDL_GetPenStatus SDL_GetPenStatus_REAL
|
|
||||||
#define SDL_GetPenType SDL_GetPenType_REAL
|
#define SDL_GetPenType SDL_GetPenType_REAL
|
||||||
#define SDL_GetPenType SDL_GetPenType_REAL
|
|
||||||
#define SDL_GetPens SDL_GetPens_REAL
|
|
||||||
#define SDL_GetPens SDL_GetPens_REAL
|
#define SDL_GetPens SDL_GetPens_REAL
|
||||||
#define SDL_GetPerformanceCounter SDL_GetPerformanceCounter_REAL
|
#define SDL_GetPerformanceCounter SDL_GetPerformanceCounter_REAL
|
||||||
#define SDL_GetPerformanceFrequency SDL_GetPerformanceFrequency_REAL
|
#define SDL_GetPerformanceFrequency SDL_GetPerformanceFrequency_REAL
|
||||||
@@ -624,7 +617,6 @@
|
|||||||
#define SDL_PauseHaptic SDL_PauseHaptic_REAL
|
#define SDL_PauseHaptic SDL_PauseHaptic_REAL
|
||||||
#define SDL_PeepEvents SDL_PeepEvents_REAL
|
#define SDL_PeepEvents SDL_PeepEvents_REAL
|
||||||
#define SDL_PenConnected SDL_PenConnected_REAL
|
#define SDL_PenConnected SDL_PenConnected_REAL
|
||||||
#define SDL_PenConnected SDL_PenConnected_REAL
|
|
||||||
#define SDL_PlayHapticRumble SDL_PlayHapticRumble_REAL
|
#define SDL_PlayHapticRumble SDL_PlayHapticRumble_REAL
|
||||||
#define SDL_PollEvent SDL_PollEvent_REAL
|
#define SDL_PollEvent SDL_PollEvent_REAL
|
||||||
#define SDL_PostSemaphore SDL_PostSemaphore_REAL
|
#define SDL_PostSemaphore SDL_PostSemaphore_REAL
|
||||||
|
|||||||
@@ -385,7 +385,7 @@ SDL_DYNAPI_PROC(const char*,SDL_GetKeyName,(SDL_Keycode a),(a),return)
|
|||||||
SDL_DYNAPI_PROC(SDL_Window*,SDL_GetKeyboardFocus,(void),(),return)
|
SDL_DYNAPI_PROC(SDL_Window*,SDL_GetKeyboardFocus,(void),(),return)
|
||||||
SDL_DYNAPI_PROC(const char*,SDL_GetKeyboardInstanceName,(SDL_KeyboardID a),(a),return)
|
SDL_DYNAPI_PROC(const char*,SDL_GetKeyboardInstanceName,(SDL_KeyboardID a),(a),return)
|
||||||
SDL_DYNAPI_PROC(const Uint8*,SDL_GetKeyboardState,(int *a),(a),return)
|
SDL_DYNAPI_PROC(const Uint8*,SDL_GetKeyboardState,(int *a),(a),return)
|
||||||
SDL_DYNAPI_PROC(SDL_MouseID*,SDL_GetKeyboards,(int *a),(a),return)
|
SDL_DYNAPI_PROC(SDL_KeyboardID*,SDL_GetKeyboards,(int *a),(a),return)
|
||||||
SDL_DYNAPI_PROC(void,SDL_GetLogOutputFunction,(SDL_LogOutputFunction *a, void **b),(a,b),)
|
SDL_DYNAPI_PROC(void,SDL_GetLogOutputFunction,(SDL_LogOutputFunction *a, void **b),(a,b),)
|
||||||
SDL_DYNAPI_PROC(SDL_LogPriority,SDL_GetLogPriority,(int a),(a),return)
|
SDL_DYNAPI_PROC(SDL_LogPriority,SDL_GetLogPriority,(int a),(a),return)
|
||||||
SDL_DYNAPI_PROC(SDL_bool,SDL_GetMasksForPixelFormatEnum,(SDL_PixelFormatEnum a, int *b, Uint32 *c, Uint32 *d, Uint32 *e, Uint32 *f),(a,b,c,d,e,f),return)
|
SDL_DYNAPI_PROC(SDL_bool,SDL_GetMasksForPixelFormatEnum,(SDL_PixelFormatEnum a, int *b, Uint32 *c, Uint32 *d, Uint32 *e, Uint32 *f),(a,b,c,d,e,f),return)
|
||||||
@@ -518,10 +518,10 @@ SDL_DYNAPI_PROC(const char*,SDL_GetVideoDriver,(int a),(a),return)
|
|||||||
SDL_DYNAPI_PROC(int,SDL_GetWindowBordersSize,(SDL_Window *a, int *b, int *c, int *d, int *e),(a,b,c,d,e),return)
|
SDL_DYNAPI_PROC(int,SDL_GetWindowBordersSize,(SDL_Window *a, int *b, int *c, int *d, int *e),(a,b,c,d,e),return)
|
||||||
SDL_DYNAPI_PROC(float,SDL_GetWindowDisplayScale,(SDL_Window *a),(a),return)
|
SDL_DYNAPI_PROC(float,SDL_GetWindowDisplayScale,(SDL_Window *a),(a),return)
|
||||||
SDL_DYNAPI_PROC(SDL_WindowFlags,SDL_GetWindowFlags,(SDL_Window *a),(a),return)
|
SDL_DYNAPI_PROC(SDL_WindowFlags,SDL_GetWindowFlags,(SDL_Window *a),(a),return)
|
||||||
SDL_DYNAPI_PROC(SDL_Window*,SDL_GetWindowFromID,(Uint32 a),(a),return)
|
SDL_DYNAPI_PROC(SDL_Window*,SDL_GetWindowFromID,(SDL_WindowID a),(a),return)
|
||||||
SDL_DYNAPI_PROC(const SDL_DisplayMode*,SDL_GetWindowFullscreenMode,(SDL_Window *a),(a),return)
|
SDL_DYNAPI_PROC(const SDL_DisplayMode*,SDL_GetWindowFullscreenMode,(SDL_Window *a),(a),return)
|
||||||
SDL_DYNAPI_PROC(void*,SDL_GetWindowICCProfile,(SDL_Window *a, size_t *b),(a,b),return)
|
SDL_DYNAPI_PROC(void*,SDL_GetWindowICCProfile,(SDL_Window *a, size_t *b),(a,b),return)
|
||||||
SDL_DYNAPI_PROC(Uint32,SDL_GetWindowID,(SDL_Window *a),(a),return)
|
SDL_DYNAPI_PROC(SDL_WindowID,SDL_GetWindowID,(SDL_Window *a),(a),return)
|
||||||
SDL_DYNAPI_PROC(SDL_bool,SDL_GetWindowKeyboardGrab,(SDL_Window *a),(a),return)
|
SDL_DYNAPI_PROC(SDL_bool,SDL_GetWindowKeyboardGrab,(SDL_Window *a),(a),return)
|
||||||
SDL_DYNAPI_PROC(int,SDL_GetWindowMaximumSize,(SDL_Window *a, int *b, int *c),(a,b,c),return)
|
SDL_DYNAPI_PROC(int,SDL_GetWindowMaximumSize,(SDL_Window *a, int *b, int *c),(a,b,c),return)
|
||||||
SDL_DYNAPI_PROC(int,SDL_GetWindowMinimumSize,(SDL_Window *a, int *b, int *c),(a,b,c),return)
|
SDL_DYNAPI_PROC(int,SDL_GetWindowMinimumSize,(SDL_Window *a, int *b, int *c),(a,b,c),return)
|
||||||
@@ -820,8 +820,8 @@ SDL_DYNAPI_PROC(void,SDL_SetWindowsMessageHook,(SDL_WindowsMessageHook a, void *
|
|||||||
SDL_DYNAPI_PROC(void,SDL_SetX11EventHook,(SDL_X11EventHook a, void *b),(a,b),)
|
SDL_DYNAPI_PROC(void,SDL_SetX11EventHook,(SDL_X11EventHook a, void *b),(a,b),)
|
||||||
SDL_DYNAPI_PROC(int,SDL_ShowCursor,(void),(),return)
|
SDL_DYNAPI_PROC(int,SDL_ShowCursor,(void),(),return)
|
||||||
SDL_DYNAPI_PROC(int,SDL_ShowMessageBox,(const SDL_MessageBoxData *a, int *b),(a,b),return)
|
SDL_DYNAPI_PROC(int,SDL_ShowMessageBox,(const SDL_MessageBoxData *a, int *b),(a,b),return)
|
||||||
SDL_DYNAPI_PROC(void,SDL_ShowOpenFileDialog,(SDL_DialogFileCallback a, void *b, SDL_Window *c, const SDL_DialogFileFilter *d, const char *e, int f),(a,b,c,d,e,f),)
|
SDL_DYNAPI_PROC(void,SDL_ShowOpenFileDialog,(SDL_DialogFileCallback a, void *b, SDL_Window *c, const SDL_DialogFileFilter *d, const char *e, SDL_bool f),(a,b,c,d,e,f),)
|
||||||
SDL_DYNAPI_PROC(void,SDL_ShowOpenFolderDialog,(SDL_DialogFileCallback a, void *b, SDL_Window *c, const char *d, int e),(a,b,c,d,e),)
|
SDL_DYNAPI_PROC(void,SDL_ShowOpenFolderDialog,(SDL_DialogFileCallback a, void *b, SDL_Window *c, const char *d, SDL_bool e),(a,b,c,d,e),)
|
||||||
SDL_DYNAPI_PROC(void,SDL_ShowSaveFileDialog,(SDL_DialogFileCallback a, void *b, SDL_Window *c, const SDL_DialogFileFilter *d, const char *e),(a,b,c,d,e),)
|
SDL_DYNAPI_PROC(void,SDL_ShowSaveFileDialog,(SDL_DialogFileCallback a, void *b, SDL_Window *c, const SDL_DialogFileFilter *d, const char *e),(a,b,c,d,e),)
|
||||||
SDL_DYNAPI_PROC(int,SDL_ShowSimpleMessageBox,(SDL_MessageBoxFlags a, const char *b, const char *c, SDL_Window *d),(a,b,c,d),return)
|
SDL_DYNAPI_PROC(int,SDL_ShowSimpleMessageBox,(SDL_MessageBoxFlags a, const char *b, const char *c, SDL_Window *d),(a,b,c,d),return)
|
||||||
SDL_DYNAPI_PROC(int,SDL_ShowWindow,(SDL_Window *a),(a),return)
|
SDL_DYNAPI_PROC(int,SDL_ShowWindow,(SDL_Window *a),(a),return)
|
||||||
|
|||||||
Reference in New Issue
Block a user