diff options
Diffstat (limited to 'src/egl/main/egldisplay.h')
-rw-r--r-- | src/egl/main/egldisplay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h index a1dd279bf39..ba629411a2d 100644 --- a/src/egl/main/egldisplay.h +++ b/src/egl/main/egldisplay.h @@ -104,6 +104,7 @@ struct _egl_extensions EGLBoolean KHR_fence_sync; EGLBoolean KHR_surfaceless_context; + EGLBoolean KHR_create_context; EGLBoolean NOK_swap_region; EGLBoolean NOK_texture_from_pixmap; |