mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-25 16:42:26 +00:00
render/egl: recognize EGL_BAD_DEVICE_EXT error
This commit is contained in:
parent
e18599b05e
commit
dc7c6c4860
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user