[PATCH 13/14] glx: _glapi_get_proc_address is PUBLIC

Adam Jackson ajax at redhat.com
Tue Mar 8 09:17:51 PST 2011


Signed-off-by: Adam Jackson <ajax at 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



More information about the xorg-devel mailing list