mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-19 06:59:48 -05:00
Change egl_get_config to always use visual id
This commit is contained in:
parent
7ad2a57feb
commit
517ba0bc16
4 changed files with 12 additions and 19 deletions
|
|
@ -30,7 +30,7 @@ struct wlr_egl {
|
|||
* Initializes an egl context for the given platform and remote display.
|
||||
* Will attempt to load all possibly required api functions.
|
||||
*/
|
||||
bool wlr_egl_init(struct wlr_egl *egl, EGLenum platform, void *display);
|
||||
bool wlr_egl_init(struct wlr_egl *egl, EGLenum platform, EGLint visual_id, void *display);
|
||||
|
||||
/**
|
||||
* Frees all related egl resources, makes the context not-current and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue