diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2013-05-06 22:27:40 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-05-06 22:27:40 -0400 |
commit | 4912454ba48b36153011e25eaa840db2a18c7fb7 (patch) | |
tree | fe38c6e46c6d6eac843b38c14d42f02a7c6b2612 /src/shell.c | |
parent | 4a2a274350596a40b31236807a56a5d7d1505152 (diff) | |
download | weston-4912454ba48b36153011e25eaa840db2a18c7fb7.tar.gz weston-4912454ba48b36153011e25eaa840db2a18c7fb7.tar.bz2 weston-4912454ba48b36153011e25eaa840db2a18c7fb7.zip |
input: Remove wl_seat destroy signal
We already have one on weston_seat.
Diffstat (limited to 'src/shell.c')
-rw-r--r-- | src/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.c b/src/shell.c index de7e9bac..b7ee5765 100644 --- a/src/shell.c +++ b/src/shell.c @@ -471,7 +471,7 @@ focus_state_create(struct weston_seat *seat, struct workspace *ws) 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); |