changeset 1263 | 3bdcef7e1c90 |
parent 769 | b8d311d90021 |
child 1312 | c9b51268668f |
--- a/include/SDL_mutex.h Wed Jan 25 06:12:57 2006 +0000 +++ b/include/SDL_mutex.h Wed Jan 25 06:53:50 2006 +0000 @@ -145,6 +145,7 @@ /* Wait on the condition variable, unlocking the provided mutex. The mutex must be locked before entering this function! + The mutex is re-locked once the condition variable is signaled. Returns 0 when it is signaled, or -1 on error. */ extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond *cond, SDL_mutex *mut);