diff --git a/backend/wayland/output.c b/backend/wayland/output.c index e5079001..3e673bcc 100644 --- a/backend/wayland/output.c +++ b/backend/wayland/output.c @@ -7,7 +7,7 @@ #include #include #include -#include +#include #include #include #include "backend/wayland.h" diff --git a/render/egl.c b/render/egl.c index 73680d1d..2db8d4c0 100644 --- a/render/egl.c +++ b/render/egl.c @@ -59,7 +59,7 @@ static bool egl_exts(struct wlr_egl *egl) { egl->create_platform_window_surface = (PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC) eglGetProcAddress("eglCreatePlatformWindowSurfaceEXT"); - if (!egl->get_platform_display) { + if (!egl->create_platform_window_surface) { wlr_log(L_ERROR, "Failed to load EGL extension 'eglCreatePlatformWindowSurfaceEXT'"); return false;