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

2015-11-23 Thread Derek Foreman
On 18/11/15 06:59 PM, Peter Hutterer wrote: > On Tue, Nov 17, 2015 at 06:09:18PM +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

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

2015-11-18 Thread Peter Hutterer
On Tue, Nov 17, 2015 at 06:09:18PM +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. > >

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

2015-11-17 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 --- Changes since last version