mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Split DRM rendering to its own file
This commit is contained in:
parent
d0708b1a3a
commit
096249a2a1
8 changed files with 202 additions and 165 deletions
|
|
@ -33,7 +33,7 @@ static void wlr_drm_backend_destroy(struct wlr_backend *_backend) {
|
|||
wlr_output_destroy(&output->output);
|
||||
}
|
||||
|
||||
wlr_drm_renderer_free(&backend->renderer);
|
||||
wlr_drm_renderer_finish(&backend->renderer);
|
||||
wlr_drm_resources_free(backend);
|
||||
wlr_session_close_file(backend->session, backend->fd);
|
||||
wl_event_source_remove(backend->drm_event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue