Merge pull request #974 from agreppin/master

fix check of EGL_WL_bind_wayland_display presence
master
Drew DeVault 7 years ago committed by GitHub
commit 0ba0aaed7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -209,7 +209,7 @@ void wlr_egl_finish(struct wlr_egl *egl) {
}
bool wlr_egl_bind_display(struct wlr_egl *egl, struct wl_display *local_display) {
if (!eglBindWaylandDisplayWL) {
if (!egl->egl_exts.bind_wayland_display) {
return false;
}

Loading…
Cancel
Save