From: Javier Date: Sat, 13 Nov 2010 14:31:51 +0000 (+0100) Subject: documentation was wrong X-Git-Url: http://git.maemo.org/git/?p=sdlhildon;a=commitdiff_plain documentation was wrong --- diff --git a/sdlhaa/src/SDL_haa.h b/sdlhaa/src/SDL_haa.h index 7cc6217..7f1929b 100644 --- a/sdlhaa/src/SDL_haa.h +++ b/sdlhaa/src/SDL_haa.h @@ -87,7 +87,7 @@ extern DECLSPEC void SDLCALL HAA_Quit(); /** Call before handling any SDL_Event (or use SDL_SetEventFilter). @param event the SDL_Event you were about to handle. - @return 1 if the event was filtered and should not be handled by your app. + @return 0 if the event was filtered and should not be handled by your app. */ extern DECLSPEC int SDLCALL HAA_FilterEvent(const SDL_Event *event);