Re: [PATCH weston v4 12/20] Implement pointer locking and confinement

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

[PATCH weston v4 12/20] Implement pointer locking and confinement

2015-11-17 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