mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render/egl: use EGL_KHR_debug
This commit is contained in:
parent
ff2e08aa74
commit
b1f93bc5cc
8 changed files with 49 additions and 58 deletions
|
|
@ -173,7 +173,7 @@ struct wlr_backend *wlr_drm_backend_create(struct wl_display *display,
|
|||
}
|
||||
|
||||
if (!wlr_egl_bind_display(&drm->renderer.egl, display)) {
|
||||
wlr_log(L_INFO, "Failed to bind egl/wl display: %s", egl_error());
|
||||
wlr_log(L_INFO, "Failed to bind egl/wl display");
|
||||
}
|
||||
|
||||
drm->display_destroy.notify = handle_display_destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue