Re: [PATCH wayland] protocol: Add a name event to give seat name

2013-06-04 Thread Kristian Høgsberg
On Fri, May 31, 2013 at 06:08:23PM +0100, Rob Bradford wrote: From: Rob Bradford r...@linux.intel.com This provides the ability for a client to differentiate events from different seats in a multiple seat environment. That looks fine, applied. For v2 of wl_seat, I do have one other items I

Re: [PATCH wayland] protocol: Add a name event to give seat name

2013-06-04 Thread Kristian Høgsberg
On Mon, Jun 03, 2013 at 01:19:47PM +0100, Rob Bradford wrote: From: Rob Bradford r...@linux.intel.com This provides the ability for a client to differentiate events from different seats in a multiple seat environment. v2: handled versioning correctly based on feedback from Daniel and Ander

Re: [PATCH wayland] protocol: Add a name event to give seat name

2013-06-03 Thread Ander Conselvan de Oliveira
On 05/31/2013 08:40 PM, Daniel Stone wrote: Hi, On 31 May 2013 13:08, Rob Bradford robert.bradf...@intel.com wrote: +event name=name This needs since=2. And the new event needs to appear after all version 1 events and requests. The scanner expects the since field to be non-decreasing.

[PATCH wayland] protocol: Add a name event to give seat name

2013-06-03 Thread Rob Bradford
From: Rob Bradford r...@linux.intel.com This provides the ability for a client to differentiate events from different seats in a multiple seat environment. v2: handled versioning correctly based on feedback from Daniel and Ander --- protocol/wayland.xml | 14 +- 1 file changed, 13

[PATCH wayland] protocol: Add a name event to give seat name

2013-05-31 Thread Rob Bradford
From: Rob Bradford r...@linux.intel.com This provides the ability for a client to differentiate events from different seats in a multiple seat environment. --- protocol/wayland.xml | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/protocol/wayland.xml

Re: [PATCH wayland] protocol: Add a name event to give seat name

2013-05-31 Thread Daniel Stone
Hi, On 31 May 2013 13:08, Rob Bradford robert.bradf...@intel.com wrote: +event name=name This needs since=2. Cheers, Daniel ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org