diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-09-15 19:45:40 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-09-15 19:45:40 +0000 |
commit | 1ff933b4522b7be7d08e015f9e792eea5b53cd5f (patch) | |
tree | 7651c979417d3c7bc0952b4b0ae84b9d2c16661a /src/mesa/glapi/glapi.h | |
parent | 98b3dd40f7969ace61654a5b57366db923502dcb (diff) |
added GL_MESA_trace support
Diffstat (limited to 'src/mesa/glapi/glapi.h')
-rw-r--r-- | src/mesa/glapi/glapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h index 2a56c77cec..e64562ad1e 100644 --- a/src/mesa/glapi/glapi.h +++ b/src/mesa/glapi/glapi.h @@ -1,4 +1,4 @@ -/* $Id: glapi.h,v 1.15 2000/09/05 20:17:37 brianp Exp $ */ +/* $Id: glapi.h,v 1.16 2000/09/15 19:45:41 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -59,7 +59,7 @@ extern struct _glapi_table * _glapi_get_dispatch(void); -#if defined(TRACE) +#if defined(GL_MESA_TRACE) extern struct _glapi_table * _glapi_get_true_dispatch(void); #endif |