Mercurial > sdl-ios-xcode
diff include/SDL_events.h @ 844:cd0c77df70a4
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 18 Feb 2004 03:57:13 +0000 |
parents | b8d311d90021 |
children | 04a403e4ccf5 |
line wrap: on
line diff
--- a/include/SDL_events.h Tue Feb 17 23:29:52 2004 +0000 +++ b/include/SDL_events.h Wed Feb 18 03:57:13 2004 +0000 @@ -274,8 +274,8 @@ extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event *event); /* Add an event to the event queue. - This function returns 0 if the event queue was full, or -1 - if there was some other error. Returns 1 on success. + This function returns 0 on success, or -1 if the event queue was full + or there was some other error. */ extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event *event);