commit | 4912454ba48b36153011e25eaa840db2a18c7fb7 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon May 06 22:27:40 2013 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon May 06 22:27:40 2013 -0400 |
tree | fe38c6e46c6d6eac843b38c14d42f02a7c6b2612 | |
parent | 4a2a274350596a40b31236807a56a5d7d1505152 [diff] [blame] |
input: Remove wl_seat destroy signal We already have one on weston_seat.
diff --git a/src/shell.c b/src/shell.c index de7e9ba..b7ee576 100644 --- a/src/shell.c +++ b/src/shell.c
@@ -471,7 +471,7 @@ state->seat_destroy_listener.notify = focus_state_seat_destroy; state->surface_destroy_listener.notify = focus_state_surface_destroy; - wl_signal_add(&seat->seat.destroy_signal, + wl_signal_add(&seat->destroy_signal, &state->seat_destroy_listener); wl_list_init(&state->surface_destroy_listener.link);