wayland-server: Add destroy signal to wl_seat

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
Jonas Ådahl 2012-06-12 23:57:33 +02:00 committed by Kristian Høgsberg
parent f36f32a0e0
commit 1432bd62df
2 changed files with 5 additions and 0 deletions

View file

@ -294,6 +294,7 @@ struct wl_touch {
struct wl_seat {
struct wl_list base_resource_list;
struct wl_signal destroy_signal;
struct wl_pointer *pointer;
struct wl_keyboard *keyboard;