diff options
Diffstat (limited to 'src/glx/dri_glx.c')
-rw-r--r-- | src/glx/dri_glx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glx/dri_glx.c b/src/glx/dri_glx.c index 3c14ef05fff..0cd7cca74fb 100644 --- a/src/glx/dri_glx.c +++ b/src/glx/dri_glx.c @@ -836,7 +836,8 @@ driBindExtensions(struct dri_screen *psc, const __DRIextension **extensions) } static const struct glx_screen_vtable dri_screen_vtable = { - dri_create_context + dri_create_context, + NULL }; static struct glx_screen * |