mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
render/egl: add wlr_egl_destroy_surface
This commit is contained in:
parent
c40f86d27f
commit
eaed6bd03b
7 changed files with 15 additions and 10 deletions
|
|
@ -499,3 +499,7 @@ int wlr_egl_get_dmabuf_modifiers(struct wlr_egl *egl,
|
|||
}
|
||||
return num;
|
||||
}
|
||||
|
||||
void wlr_egl_destroy_surface(struct wlr_egl *egl, EGLSurface surface) {
|
||||
eglDestroySurface(egl->display, surface);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue