Rename egl.exts to match the extension names

This commit is contained in:
Vincent Vanlaer 2018-06-09 18:56:04 +02:00
parent 5ec6d8230d
commit f1a62a3200
3 changed files with 27 additions and 27 deletions

View file

@ -210,7 +210,7 @@ struct wlr_texture *wlr_gles2_texture_from_dmabuf(struct wlr_egl *egl,
return NULL;
}
if (!egl->exts.dmabuf_import) {
if (!egl->exts.image_dmabuf_import_ext) {
wlr_log(L_ERROR, "Cannot create DMA-BUF texture: EGL extension "
"unavailable");
return NULL;