diff options
Diffstat (limited to 'render/egl.c')
-rw-r--r-- | render/egl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/render/egl.c b/render/egl.c index c23d81da..5b52809a 100644 --- a/render/egl.c +++ b/render/egl.c @@ -75,6 +75,8 @@ static const char *egl_error_str(EGLint error) { return "EGL_BAD_CURRENT_SURFACE"; case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY"; + case EGL_BAD_DEVICE_EXT: + return "EGL_BAD_DEVICE_EXT"; case EGL_BAD_SURFACE: return "EGL_BAD_SURFACE"; case EGL_BAD_MATCH: |