mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
sway/desktop/output.c: adjust to upstream tearing_control changes
This commit is contained in:
parent
85c2167063
commit
aa22c33275
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@ static void handle_tearing_controller_set_hint(struct wl_listener *listener,
|
|||
static void handle_tearing_controller_destroy(struct wl_listener *listener,
|
||||
void *data) {
|
||||
struct sway_tearing_controller *controller =
|
||||
wl_container_of(listener, controller, destroy);
|
||||
wl_list_remove(&controller->link);
|
||||
wl_container_of(listener, controller, destroy);
|
||||
wl_list_remove(&controller->link);
|
||||
free(controller);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue