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_getproc.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_getproc.c')
-rw-r--r-- | src/mesa/glapi/glapi_getproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/glapi/glapi_getproc.c b/src/mesa/glapi/glapi_getproc.c index ed443c12c89..1401c1cb586 100644 --- a/src/mesa/glapi/glapi_getproc.c +++ b/src/mesa/glapi/glapi_getproc.c @@ -530,7 +530,7 @@ _glapi_get_proc_offset(const char *funcName) * in the name of static functions, try generating a new API entrypoint on * the fly with assembly language. */ -_glapi_proc +PUBLIC _glapi_proc _glapi_get_proc_address(const char *funcName) { struct _glapi_function * entry; |