changeset 1263:3bdcef7e1c90

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Wed, 25 Jan 2006 06:53:50 +0000
parents 09164d2b8373
children f3a3f1890b91
files include/SDL_mutex.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);