From c1d455f5827e7044dcb316dadc755a6f91299906 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 27 May 2004 00:03:53 +0000 Subject: Convert all calls using _glapi_Dispatch to use the new GL_CALL macro. --- src/mesa/glapi/glthread.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/glapi/glthread.h') diff --git a/src/mesa/glapi/glthread.h b/src/mesa/glapi/glthread.h index 00710c1058..4391ed4f9a 100644 --- a/src/mesa/glapi/glthread.h +++ b/src/mesa/glapi/glthread.h @@ -290,6 +290,9 @@ _glthread_GetTSD(_glthread_TSD *); extern void _glthread_SetTSD(_glthread_TSD *, void *); +#ifndef GL_CALL +# define GL_CALL(name) (*(_glapi_Dispatch-> name)) +#endif #endif /* THREADS_H */ -- cgit v1.2.3