[xiph-cvs] cvs commit: snatch libsnatch.c
Monty
xiphmont at xiph.org
Tue Nov 13 21:13:49 PST 2001
xiphmont 01/11/13 21:13:49
Modified: . libsnatch.c
Log:
It helps to spell correctly
Revision Changes Path
1.31 +1 -1 snatch/libsnatch.c
Index: libsnatch.c
===================================================================
RCS file: /usr/local/cvsroot/snatch/libsnatch.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- libsnatch.c 2001/11/14 05:11:26 1.30
+++ libsnatch.c 2001/11/14 05:13:49 1.31
@@ -27,7 +27,7 @@
#include <X11/Xlib.h>
#include <X11/extensions/XShm.h>
-static pthread_mutex_t output_mutex=PTHREAD_RECURSIVE_MUTEX_INITIALIZER;
+static pthread_mutex_t output_mutex=PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
static pthread_cond_t event_cond=PTHREAD_COND_INITIALIZER;
static pthread_mutex_t event_mutex=PTHREAD_MUTEX_INITIALIZER;
static pthread_cond_t display_cond=PTHREAD_COND_INITIALIZER;
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list