[PATCH weston 02/10] input: Send the seat name if the client advertises verson 2 of wl_seat

Rob Bradford robert.bradford at intel.com
Fri May 31 10:09:51 PDT 2013


From: Rob Bradford <rob at linux.intel.com>

---
 src/input.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/input.c b/src/input.c
index ae75054..d299d98 100644
--- a/src/input.c
+++ b/src/input.c
@@ -1252,6 +1252,8 @@ bind_seat(struct wl_client *client, void *data, uint32_t version, uint32_t id)
 		caps |= WL_SEAT_CAPABILITY_TOUCH;
 
 	wl_seat_send_capabilities(resource, caps);
+	if (version >= 2)
+		wl_seat_send_name(resource, seat->seat_name);
 }
 
 int
-- 
1.8.1.4



More information about the wayland-devel mailing list