a bunch of thread-safety changes

This commit is contained in:
Brian Paul 2000-07-19 23:26:35 +00:00
parent 26f3b05fe5
commit 206bd46e2b

View file

@ -1,4 +1,4 @@
/* $Id: xmesaP.h,v 1.10 2000/05/19 13:08:01 brianp Exp $ */
/* $Id: xmesaP.h,v 1.11 2000/07/19 23:26:35 brianp Exp $ */
/*
* Mesa 3-D graphics library
@ -57,6 +57,9 @@
#endif
extern _glthread_Mutex _xmesa_lock;
/* for PF_8R8G8B24 pixel format */
typedef struct {
GLubyte b;