glx: Add glx_screen_vtable::create_context_attribs

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Ian Romanick
2011-11-30 13:06:59 -08:00
parent eacd61bfef
commit 43409fa7b0
4 changed files with 14 additions and 3 deletions

View File

@@ -857,7 +857,8 @@ dri2BindExtensions(struct dri2_screen *psc, const __DRIextension **extensions)
}
static const struct glx_screen_vtable dri2_screen_vtable = {
dri2_create_context
dri2_create_context,
NULL
};
static struct glx_screen *