From fbc7623f09f931a7a87f96f192c1d3326ab99afe Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 25 Jan 2006 06:53:50 +0000 Subject: [PATCH] *** empty log message *** --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401266 --- include/SDL_mutex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL_mutex.h b/include/SDL_mutex.h index 7b594b451..1d030e9df 100644 --- a/include/SDL_mutex.h +++ b/include/SDL_mutex.h @@ -145,6 +145,7 @@ extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond *cond); /* 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);