input: Add a seat name parameter to weston_seat_init
diff --git a/src/compositor.h b/src/compositor.h
index 2fba05b..22700b7 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -447,6 +447,7 @@
 	} xkb_state;
 
 	struct input_method *input_method;
+	char *seat_name;
 };
 
 enum {
@@ -1031,7 +1032,8 @@
 weston_output_destroy(struct weston_output *output);
 
 void
-weston_seat_init(struct weston_seat *seat, struct weston_compositor *ec);
+weston_seat_init(struct weston_seat *seat, struct weston_compositor *ec,
+		 const char *seat_name);
 void
 weston_seat_init_pointer(struct weston_seat *seat);
 int