From 588042a8ec4ea91a952c07a0768516fd590758f4 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 30 Nov 2011 10:33:37 -0800 Subject: glx: Initial implementation of glXCreateContextAttribsARB Signed-off-by: Ian Romanick --- src/glx/glxcmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glx/glxcmds.c') diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c index d3f5bf05789..f7cbf2f54f6 100644 --- a/src/glx/glxcmds.c +++ b/src/glx/glxcmds.c @@ -150,7 +150,7 @@ DestroyGLXDrawable(Display *dpy, GLXDrawable drawable) * number range for \c dpy? */ -static struct glx_screen * +_X_HIDDEN struct glx_screen * GetGLXScreenConfigs(Display * dpy, int scrn) { struct glx_display *const priv = __glXInitialize(dpy); -- cgit v1.2.3