compositor: Pass NULL for context to wayland buffer eglCreateImageKHR()
diff --git a/compositor/compositor.c b/compositor/compositor.c
index 338b0ea..8856b7e 100644
--- a/compositor/compositor.c
+++ b/compositor/compositor.c
@@ -296,7 +296,7 @@
 	if (buffer->attach) {
 		buffer->attach(buffer, surface);
 	} else {
-		es->image = eglCreateImageKHR(ec->display, ec->context,
+		es->image = eglCreateImageKHR(ec->display, NULL,
 					      EGL_WAYLAND_BUFFER_WL,
 					      buffer, NULL);