diff options
author | Brian Paul <[email protected]> | 2000-09-26 15:27:20 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-09-26 15:27:20 +0000 |
commit | 3b18a36f210da9d66acd1228d24948cd77c2e81e (patch) | |
tree | dd076b43db8581367121ca67e4d8a3e5b5f3e7fe /src/mesa/glapi/glapi.h | |
parent | 63c113a31be2de3a53f38aab622565308d9724b9 (diff) |
Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.
Changed src/Makefile.X11 to compile Trace sources like other drivers.
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 e64562ad1ed..f55b0740530 100644 --- a/src/mesa/glapi/glapi.h +++ b/src/mesa/glapi/glapi.h @@ -1,4 +1,4 @@ -/* $Id: glapi.h,v 1.16 2000/09/15 19:45:41 brianp Exp $ */ +/* $Id: glapi.h,v 1.17 2000/09/26 15:27:23 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -59,7 +59,7 @@ extern struct _glapi_table * _glapi_get_dispatch(void); -#if defined(GL_MESA_TRACE) +#if defined(MESA_TRACE) extern struct _glapi_table * _glapi_get_true_dispatch(void); #endif |