*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40845
This commit is contained in:
Sam Lantinga 2004-02-18 03:57:13 +00:00
parent dcd900dacb
commit 5de765a423

View file

@ -274,8 +274,8 @@ extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event *event);
extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event *event); extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event *event);
/* Add an event to the event queue. /* Add an event to the event queue.
This function returns 0 if the event queue was full, or -1 This function returns 0 on success, or -1 if the event queue was full
if there was some other error. Returns 1 on success. or there was some other error.
*/ */
extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event *event); extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event *event);