Re: [PATCH wayland-protocols v3] Introduce pointer locking and confinement protocol

2016-01-14 Thread Jonas Ådahl
On Thu, Jan 14, 2016 at 04:25:00PM +, Daniel Stone wrote: > Hi, > > On 13 January 2016 at 02:14, Jonas Ådahl wrote: > > This patch introduces a new protocol for locking and confining a > > pointer. It consists of a new global object with two requests; one for > > locking the surface to a posi

Re: [PATCH wayland-protocols v3] Introduce pointer locking and confinement protocol

2016-01-14 Thread Daniel Stone
Hi, On 13 January 2016 at 02:14, Jonas Ådahl wrote: > This patch introduces a new protocol for locking and confining a > pointer. It consists of a new global object with two requests; one for > locking the surface to a position, one for confining the pointer to a > given region. > > Signed-off-by

Re: [PATCH wayland-protocols v3] Introduce pointer locking and confinement protocol

2016-01-12 Thread Jonas Ådahl
On Wed, Jan 13, 2016 at 01:59:21PM +0800, Jonas Ådahl wrote: > On Wed, Jan 13, 2016 at 02:44:29PM +1000, Peter Hutterer wrote: > > On Wed, Jan 13, 2016 at 10:14:50AM +0800, Jonas Ådahl wrote: > > > This patch introduces a new protocol for locking and confining a > > > pointer. It consists of a new

Re: [PATCH wayland-protocols v3] Introduce pointer locking and confinement protocol

2016-01-12 Thread Peter Hutterer
On Wed, Jan 13, 2016 at 01:59:24PM +0800, Jonas Ådahl wrote: [...] > > > + > > > + > > > + > > > + > > > + These errors can be emitted in response to wp_pointer_constraints > > > + requests. > > > + > > > + > > + summary="pointer constraint already requested on that s

Re: [PATCH wayland-protocols v3] Introduce pointer locking and confinement protocol

2016-01-12 Thread Jonas Ådahl
On Wed, Jan 13, 2016 at 02:44:29PM +1000, Peter Hutterer wrote: > On Wed, Jan 13, 2016 at 10:14:50AM +0800, Jonas Ådahl wrote: > > This patch introduces a new protocol for locking and confining a > > pointer. It consists of a new global object with two requests; one for > > locking the surface to a

Re: [PATCH wayland-protocols v3] Introduce pointer locking and confinement protocol

2016-01-12 Thread Peter Hutterer
On Wed, Jan 13, 2016 at 10:14:50AM +0800, Jonas Ådahl wrote: > This patch introduces a new protocol for locking and confining a > pointer. It consists of a new global object with two requests; one for > locking the surface to a position, one for confining the pointer to a > given region. > > Signe

[PATCH wayland-protocols v3] Introduce pointer locking and confinement protocol

2016-01-12 Thread Jonas Ådahl
This patch introduces a new protocol for locking and confining a pointer. It consists of a new global object with two requests; one for locking the surface to a position, one for confining the pointer to a given region. Signed-off-by: Jonas Ådahl Reviewed-by: Peter Hutterer Reviewed-by: Derek Fo