mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
SDL_video_unsupported.c: fix SDL_iOSAnimationCallback type redefinition error
This commit is contained in:
parent
1d7e70833b
commit
5fffa8b9ad
1 changed files with 0 additions and 1 deletions
|
|
@ -91,7 +91,6 @@ void SDL_OnApplicationDidChangeStatusBarOrientation(void)
|
|||
|
||||
#ifndef SDL_VIDEO_DRIVER_UIKIT
|
||||
|
||||
typedef void (SDLCALL *SDL_iOSAnimationCallback)(void *userdata);
|
||||
bool SDL_SetiOSAnimationCallback(SDL_Window *window, int interval, SDL_iOSAnimationCallback callback, void *callbackParam)
|
||||
{
|
||||
(void)window;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue