Skip to content

Commit 973f9ee

Browse files
1bsylsezero
authored andcommitted
SDL_dynapi_procs: fixed SDL_UIKitRunApp prototype (see libsdl-org#6783)
1 parent bb87c2d commit 973f9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynapi/SDL_dynapi_procs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ SDL_DYNAPI_PROC(int,SDL_RenderCopyF,(SDL_Renderer *a, SDL_Texture *b, const SDL_
768768
SDL_DYNAPI_PROC(int,SDL_RenderCopyExF,(SDL_Renderer *a, SDL_Texture *b, const SDL_Rect *c, const SDL_FRect *d, const double e, const SDL_FPoint *f, const SDL_RendererFlip g),(a,b,c,d,e,f,g),return)
769769
SDL_DYNAPI_PROC(SDL_TouchDeviceType,SDL_GetTouchDeviceType,(SDL_TouchID a),(a),return)
770770
#ifdef __IPHONEOS__
771-
SDL_DYNAPI_PROC(int,SDL_UIKitRunApp,(int a, char *b, SDL_main_func c),(a,b,c),return)
771+
SDL_DYNAPI_PROC(int,SDL_UIKitRunApp,(int a, char *b[], SDL_main_func c),(a,b,c),return)
772772
#endif
773773
SDL_DYNAPI_PROC(size_t,SDL_SIMDGetAlignment,(void),(),return)
774774
SDL_DYNAPI_PROC(void*,SDL_SIMDAlloc,(const size_t a),(a),return)

0 commit comments

Comments
 (0)