diff options
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/render/egl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h index cbcf37ab..3fa47cc9 100644 --- a/include/wlr/render/egl.h +++ b/include/wlr/render/egl.h @@ -89,7 +89,7 @@ struct wlr_egl { * If config_attribs is NULL, the EGL config is not created. */ bool wlr_egl_init(struct wlr_egl *egl, EGLenum platform, void *remote_display, - const EGLint *config_attribs, EGLint visual_id); + const EGLint *config_attribs); /** * Frees all related EGL resources, makes the context not-current and |