X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Finput.c;h=b6b104a5d4ffc065850b30617aa7d74ad545e157;hb=cac00851d454fcfe6b4e9f3353cfa4007f31c21e;hp=6f8b7cb819950fa0f0fb29b2caad933c165e9260;hpb=2844fde1df83707f3e32ed4ead54b46a476e551d;p=src%2Fagl-compositor.git diff --git a/src/input.c b/src/input.c index 6f8b7cb..b6b104a 100644 --- a/src/input.c +++ b/src/input.c @@ -32,19 +32,6 @@ #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) {