mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-24 08:56:28 -05:00
Destroy x11 output with backend
This commit is contained in:
parent
c97b5ac4ce
commit
2c63aa2056
2 changed files with 5 additions and 2 deletions
|
|
@ -100,9 +100,9 @@ struct wlr_cursor *wlr_cursor_create() {
|
|||
|
||||
static void output_cursor_remove(
|
||||
struct wlr_cursor_output_cursor *output_cursor) {
|
||||
wl_list_remove(&output_cursor->layout_output_destroy.link);
|
||||
wl_list_remove(&output_cursor->link);
|
||||
wlr_output_cursor_destroy(output_cursor->output_cursor);
|
||||
wl_list_remove(&output_cursor->layout_output_destroy.link);
|
||||
free(output_cursor);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue