mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-12 05:34:35 -04:00
output: introduce wlr_output_finish()
This commit is contained in:
parent
7963ba6a0d
commit
d5d650f9f6
6 changed files with 22 additions and 7 deletions
|
|
@ -933,6 +933,8 @@ static void output_destroy(struct wlr_output *wlr_output) {
|
|||
return;
|
||||
}
|
||||
|
||||
wlr_output_finish(wlr_output);
|
||||
|
||||
wl_list_remove(&output->link);
|
||||
|
||||
if (output->cursor.surface) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue