diff --git a/render/egl.c b/render/egl.c index ee961f4b..9667207f 100644 --- a/render/egl.c +++ b/render/egl.c @@ -235,7 +235,7 @@ static struct wlr_egl *egl_create(void) { return egl; } -static bool egl_init_display(struct wlr_egl *egl, EGLDisplay *display) { +static bool egl_init_display(struct wlr_egl *egl, EGLDisplay display) { egl->display = display; EGLint major, minor;