Re: [PATCH weston 2/3] Implement pointer locking and confinement

2016-06-08 Thread Arnaud Vrac
Hi Jonas, On Tue, Mar 15, 2016 at 2:14 PM, Jonas Ådahl wrote: > This patch implements the wp_pointer_constraints protocol used for > locking or 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

Re: [PATCH weston 2/3] Implement pointer locking and confinement

2016-05-04 Thread Daniel Stone
Hi Jonas, On 15 March 2016 at 13:14, Jonas Ådahl wrote: > This patch implements the wp_pointer_constraints protocol used for > locking or 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 gi

[PATCH weston 2/3] Implement pointer locking and confinement

2016-03-15 Thread Jonas Ådahl
This patch implements the wp_pointer_constraints protocol used for locking or 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. In this patch, only the locking part is fully impleme