render/egl: add wlr_egl_destroy_surface

This commit is contained in:
emersion 2018-04-24 23:44:43 +01:00
parent c40f86d27f
commit eaed6bd03b
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
7 changed files with 15 additions and 10 deletions

View file

@ -184,7 +184,7 @@ static void wlr_wl_output_destroy(struct wlr_output *wlr_output) {
wl_callback_destroy(output->frame_callback);
}
eglDestroySurface(output->backend->egl.display, output->surface);
wlr_egl_destroy_surface(&output->backend->egl, output->egl_surface);
wl_egl_window_destroy(output->egl_window);
zxdg_toplevel_v6_destroy(output->xdg_toplevel);
zxdg_surface_v6_destroy(output->xdg_surface);