Re: [PATCH wayland] protocol: specify behavior of get_pointer when capabilities change

2015-12-02 Thread Bill Spitzak
On Mon, Nov 30, 2015 at 3:32 PM, Peter Hutterer wrote: > On Mon, Nov 30, 2015 at 09:46:36PM +, Daniel Stone wrote: > > > > + If a seat regains the pointer capability and a client has a > pointer > > > + object obtained previously, that object may start

Re: [PATCH wayland] protocol: specify behavior of get_pointer when capabilities change

2015-12-02 Thread Jonas Ã…dahl
On Wed, Dec 02, 2015 at 02:44:02PM +, Daniel Stone wrote: > Hi, > > On 2 December 2015 at 03:04, Bill Spitzak wrote: > > On Mon, Nov 30, 2015 at 3:32 PM, Peter Hutterer > > wrote: > >> On Mon, Nov 30, 2015 at 09:46:36PM +, Daniel Stone wrote:

Re: [PATCH wayland] protocol: specify behavior of get_pointer when capabilities change

2015-11-30 Thread Daniel Stone
Hi, On 30 November 2015 at 03:25, Peter Hutterer wrote: > diff --git a/protocol/wayland.xml b/protocol/wayland.xml > index f9e6d76..370fafc 100644 > --- a/protocol/wayland.xml > +++ b/protocol/wayland.xml > @@ -1350,6 +1350,24 @@ > This is emitted whenever a

Re: [PATCH wayland] protocol: specify behavior of get_pointer when capabilities change

2015-11-30 Thread Peter Hutterer
On Mon, Nov 30, 2015 at 09:46:36PM +, Daniel Stone wrote: > Hi, > > On 30 November 2015 at 03:25, Peter Hutterer wrote: > > diff --git a/protocol/wayland.xml b/protocol/wayland.xml > > index f9e6d76..370fafc 100644 > > --- a/protocol/wayland.xml > > +++

[PATCH wayland] protocol: specify behavior of get_pointer when capabilities change

2015-11-29 Thread Peter Hutterer
Also applies to touch/keyboard Signed-off-by: Peter Hutterer --- protocol/wayland.xml | 30 +++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index f9e6d76..370fafc 100644 ---