mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-17 14:47:19 +01:00
Fixed bug 3877 - missing SDLCALL in SDLTest_ExampleHitTestCallback
Ozkan Sezer Following trivial patch adds missing SDLCALL to SDLTest_ExampleHitTestCallback()
This commit is contained in:
parent
4b28429882
commit
5fc2017661
@ -676,7 +676,7 @@ SDLTest_LoadIcon(const char *file)
|
||||
return (icon);
|
||||
}
|
||||
|
||||
static SDL_HitTestResult
|
||||
static SDL_HitTestResult SDLCALL
|
||||
SDLTest_ExampleHitTestCallback(SDL_Window *win, const SDL_Point *area, void *data)
|
||||
{
|
||||
int w, h;
|
||||
|
Loading…
Reference in New Issue
Block a user