mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
format
This commit is contained in:
parent
aa22c33275
commit
b9d479a7ed
3 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ static void handle_tearing_controller_set_hint(struct wl_listener *listener,
|
||||||
|
|
||||||
static void handle_tearing_controller_destroy(struct wl_listener *listener,
|
static void handle_tearing_controller_destroy(struct wl_listener *listener,
|
||||||
void *data) {
|
void *data) {
|
||||||
struct sway_tearing_controller *controller =
|
struct sway_tearing_controller *controller =
|
||||||
wl_container_of(listener, controller, destroy);
|
wl_container_of(listener, controller, destroy);
|
||||||
wl_list_remove(&controller->link);
|
wl_list_remove(&controller->link);
|
||||||
free(controller);
|
free(controller);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue