From: "U. Artie Eoff" <[email protected]>
Signed-off-by: Quentin Glidic <[email protected]>
---
src/compositor-headless.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/compositor-headless.c b/src/compositor-headless.c
index 4720329..507d4bf 100644
--- a/src/compositor-headless.c
+++ b/src/compositor-headless.c
@@ -173,6 +173,8 @@ headless_compositor_create(struct wl_display *display,
goto err_free;
weston_seat_init(&c->fake_seat, &c->base);
+ weston_seat_init_pointer(&c->fake_seat);
+ weston_seat_init_keyboard(&c->fake_seat, NULL);
c->base.destroy = headless_destroy;
c->base.restore = headless_restore;
--
1.8.2.1
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel