From bb72d326a0c5f24a05bb586d64fbacc6b8172048 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 16 Dec 1999 17:31:59 +0000 Subject: thread support now works --- src/mesa/glapi/glapi.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mesa/glapi/glapi.h') diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h index 8cc86a3c2d..e1114820fa 100644 --- a/src/mesa/glapi/glapi.h +++ b/src/mesa/glapi/glapi.h @@ -1,4 +1,4 @@ -/* $Id: glapi.h,v 1.8 1999/12/16 12:38:54 brianp Exp $ */ +/* $Id: glapi.h,v 1.9 1999/12/16 17:31:59 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -35,6 +35,10 @@ struct _glapi_table; +extern void +_glapi_check_multithread(void); + + extern void _glapi_set_dispatch(struct _glapi_table *dispatch); @@ -43,10 +47,6 @@ extern struct _glapi_table * _glapi_get_dispatch(void); -extern void -_glapi_enable_thread_safety(void); - - extern GLuint _glapi_get_dispatch_table_size(void); -- cgit v1.2.3