diff options
author | Ian Romanick <[email protected]> | 2011-11-30 10:33:37 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-01-02 12:41:44 -0800 |
commit | 588042a8ec4ea91a952c07a0768516fd590758f4 (patch) | |
tree | 7930b87d9737a03e01d8a0f9dd17950733ce3ef1 /src/glx/glxcmds.c | |
parent | 48ffc6a1553083280c217640629cc6ebed1bf982 (diff) |
glx: Initial implementation of glXCreateContextAttribsARB
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glx/glxcmds.c')
-rw-r--r-- | src/glx/glxcmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |