input: Migrate ivi_seat to ivi_compositor header
[src/agl-compositor.git] / src / input.c
index 6f8b7cb..b6b104a 100644 (file)
 #include "ivi-compositor.h"
 #include "shared/helpers.h"
 
-struct ivi_shell_seat {
-       struct weston_seat *seat;
-       struct weston_surface *focused_surface;
-
-       bool hide_cursor;
-       bool new_caps_sent;
-
-       struct wl_listener seat_destroy_listener;
-       struct wl_listener caps_changed_listener;
-       struct wl_listener keyboard_focus_listener;
-       struct wl_listener pointer_focus_listener;
-};
-
 static struct ivi_surface *
 get_ivi_shell_surface(struct weston_surface *surface)
 {