diff options
author | Simon Ser <contact@emersion.fr> | 2021-01-09 11:37:21 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-01-12 11:31:04 +0100 |
commit | 76ed2255ef8da963b1d4a9a121e24a094dfead20 (patch) | |
tree | 28161b6792e7b0f9f987256e8f358fdafd688188 /include/wlr | |
parent | 07111828c5a2a4cd12db348c4d1879c2f769a71c (diff) |
render/egl: remove support for EGL_NATIVE_VISUAL_ID
Nobody uses it anymore.
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 |