diff options
author | Kristian Høgsberg <[email protected]> | 2010-01-03 19:53:01 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-01-03 19:53:01 -0500 |
commit | 8d62eb45997a199e116661e26217b4d44fb9ba1e (patch) | |
tree | d0eb660b23a9c20900ace8fe0b4ce3bfb4089c07 /src/mesa/glapi/glapi.c | |
parent | e388d62b4712bcd75cecad53f5ca20a2bb6f89b1 (diff) |
Export a few glapi functions used by gallium and r300
Fixes breakage from -fvisibility-hidden commit.
Diffstat (limited to 'src/mesa/glapi/glapi.c')
-rw-r--r-- | src/mesa/glapi/glapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c index e36fccb354c..21cc448c8b5 100644 --- a/src/mesa/glapi/glapi.c +++ b/src/mesa/glapi/glapi.c @@ -237,7 +237,7 @@ PUBLIC void *_glapi_Context = NULL; * We should call this periodically from a function such as glXMakeCurrent * in order to test if multiple threads are being used. */ -void +PUBLIC void _glapi_check_multithread(void) { #if defined(THREADS) && !defined(GLX_USE_TLS) |