mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Rename functions to be consistent with #93
This commit is contained in:
parent
f10da8291b
commit
46823152ea
9 changed files with 22 additions and 22 deletions
|
|
@ -36,7 +36,7 @@ static void multi_backend_destroy(struct wlr_backend *_backend) {
|
|||
free(sub);
|
||||
}
|
||||
list_free(backend->backends);
|
||||
wlr_session_finish(backend->session);
|
||||
wlr_session_destroy(backend->session);
|
||||
wlr_udev_destroy(backend->udev);
|
||||
free(backend);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue