Skip to content

render/egl: introduce wlr_egl_unset_current

Simon Ser requested to merge github/fork/emersion/egl-unset-current into master

This function can be called after wlr_egl_make_current to cleanup the EGL context. This avoids having lingering EGL contexts that make things work by chance.

Closes: https://github.com/swaywm/wlroots/issues/2197

Merge request reports