From 9fa822c666dd75f8cad33bc8676300f6e71bcc4f Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 17 Sep 2017 18:29:20 -0400 Subject: Fix minor typos --- render/egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render') 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; -- cgit v1.2.3