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/glxclient.h | |
parent | 48ffc6a1553083280c217640629cc6ebed1bf982 (diff) |
glx: Initial implementation of glXCreateContextAttribsARB
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r-- | src/glx/glxclient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index ecfd823c7ea..13cd939cd2a 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -789,6 +789,8 @@ extern __GLXDRIdrawable * GetGLXDRIDrawable(Display *dpy, GLXDrawable drawable); #endif +extern struct glx_screen *GetGLXScreenConfigs(Display * dpy, int scrn); + #ifdef GLX_USE_APPLEGL extern struct glx_screen * applegl_create_screen(int screen, struct glx_display * priv); |