diff options
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 21c446f1..fed556f8 100644 --- a/render/egl.c +++ b/render/egl.c @@ -193,7 +193,7 @@ bool wlr_egl_query_buffer(struct wlr_egl *egl, struct wl_resource *buf,  EGLImage wlr_egl_create_image(struct wlr_egl *egl, EGLenum target,  		EGLClientBuffer buffer, const EGLint *attribs) {  	if (!eglCreateImageKHR) { -		return false; +		return NULL;  	}  	return eglCreateImageKHR(egl->display, egl->context, target,  | 
