diff options
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r-- | src/glx/glxclient.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 0011d39391d..ecfd823c7ea 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -468,6 +468,14 @@ struct glx_screen_vtable { struct glx_config *config, struct glx_context *shareList, int renderType); + + struct glx_context *(*create_context_attribs)(struct glx_screen *psc, + struct glx_config *config, + struct glx_context *shareList, + unsigned num_attrib, + const uint32_t *attribs, + unsigned *error); + }; struct glx_screen |