mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
render/egl: remove support for EGL_NATIVE_VISUAL_ID
Nobody uses it anymore.
This commit is contained in:
parent
07111828c5
commit
76ed2255ef
11 changed files with 19 additions and 48 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue