input: Add a seat name parameter to weston_seat_init
diff --git a/src/compositor-x11.c b/src/compositor-x11.c
index 483d799..f17edb4 100644
--- a/src/compositor-x11.c
+++ b/src/compositor-x11.c
@@ -291,7 +291,7 @@
 {
 	struct xkb_keymap *keymap;
 
-	weston_seat_init(&c->core_seat, &c->base);
+	weston_seat_init(&c->core_seat, &c->base, "default");
 
 	if (no_input)
 		return 0;