commit | e445ae69f28dcd7422c6ece51a4acde0e5caf9a3 | [log] [tgz] |
---|---|---|
author | Rob Bradford <rob@linux.intel.com> | Fri May 31 18:09:51 2013 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Jun 05 00:17:43 2013 -0400 |
tree | 8834cf17080f15bcab11339fc273e0373d6e42bf | |
parent | 9af5f9e0fe9d5e81d0b733b92bb399c36ca5a512 [diff] [blame] |
input: Send the seat name if the client advertises verson 2 of wl_seat
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 @@ caps |= WL_SEAT_CAPABILITY_TOUCH; wl_seat_send_capabilities(resource, caps); + if (version >= 2) + wl_seat_send_name(resource, seat->seat_name); } int