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
28cbe2df82
commit
706f28a04c
1 changed files with 1 additions and 1 deletions
|
@ -676,7 +676,7 @@ SDLTest_LoadIcon(const char *file)
|
||||||
return (icon);
|
return (icon);
|
||||||
}
|
}
|
||||||
|
|
||||||
static SDL_HitTestResult
|
static SDL_HitTestResult SDLCALL
|
||||||
SDLTest_ExampleHitTestCallback(SDL_Window *win, const SDL_Point *area, void *data)
|
SDLTest_ExampleHitTestCallback(SDL_Window *win, const SDL_Point *area, void *data)
|
||||||
{
|
{
|
||||||
int w, h;
|
int w, h;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue