Signed-off-by: Adam Jackson <a...@redhat.com>
---
 glx/glapi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/glx/glapi.c b/glx/glapi.c
index c3447f5..4bb07e2 100644
--- a/glx/glapi.c
+++ b/glx/glapi.c
@@ -649,7 +649,7 @@ _glapi_add_dispatch( const char * const * function_names,
  * glXGetProcAddress doesn't exist in the protocol, the drivers never call
  * this themselves, and neither does the server.  warn if it happens though.
  */
-_glapi_proc
+PUBLIC _glapi_proc
 _glapi_get_proc_address(const char *funcName)
 {
     ErrorF("_glapi_get_proc_address called!\n");
-- 
1.7.3.5

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to