input: Merge wl_seat into weston_seat
diff --git a/src/screenshooter.c b/src/screenshooter.c
index c8da376..ae97b4e 100644
--- a/src/screenshooter.c
+++ b/src/screenshooter.c
@@ -203,7 +203,7 @@
}
static void
-screenshooter_binding(struct wl_seat *seat, uint32_t time, uint32_t key,
+screenshooter_binding(struct weston_seat *seat, uint32_t time, uint32_t key,
void *data)
{
struct screenshooter *shooter = data;
@@ -452,7 +452,7 @@
}
static void
-recorder_binding(struct wl_seat *seat, uint32_t time, uint32_t key, void *data)
+recorder_binding(struct weston_seat *seat, uint32_t time, uint32_t key, void *data)
{
struct weston_seat *ws = (struct weston_seat *) seat;
struct weston_compositor *ec = ws->compositor;