mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-15 18:10:18 +01:00
a bunch of thread-safety changes
This commit is contained in:
parent
26f3b05fe5
commit
206bd46e2b
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue