diff options
| author | Drew DeVault <sir@cmpwn.com> | 2017-09-17 18:29:20 -0400 | 
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2017-09-17 18:29:52 -0400 | 
| commit | 9fa822c666dd75f8cad33bc8676300f6e71bcc4f (patch) | |
| tree | aaaac5dea45d3e0a54ec5f487d0a8576eef79a14 /render | |
| parent | 29539645ccaa6ff0d4eb304e1a5d5ac8f65447a2 (diff) | |
| download | wlroots-9fa822c666dd75f8cad33bc8676300f6e71bcc4f.tar.xz | |
Fix minor typos
Diffstat (limited to 'render')
| -rw-r--r-- | render/egl.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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; | 
