Skip to content

Commit

Permalink
Fixed bug 3877 - missing SDLCALL in SDLTest_ExampleHitTestCallback
Browse files Browse the repository at this point in the history
Ozkan Sezer

Following trivial patch adds missing SDLCALL to SDLTest_ExampleHitTestCallback()
  • Loading branch information
slouken committed Oct 12, 2017
1 parent 4b28429 commit 5fc2017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/SDL_test_common.c
Expand Up @@ -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;
Expand Down

0 comments on commit 5fc2017

Please sign in to comment.