Re: [PATCH v3 weston] clients: Add API for pointer locking and pointer confinement

2015-11-01 Thread Jonas Ådahl
On Thu, Sep 17, 2015 at 04:28:32PM -0700, Bryce Harrington wrote: > On Fri, Jun 26, 2015 at 12:37:54PM +0800, Jonas Ådahl wrote: > > Signed-off-by: Jonas Ådahl > > --- > > > > Changes since v2: > > > > * Automatically update the lock/confine region when window is resized. > > > > > > Makefil

Re: [PATCH v3 weston] clients: Add API for pointer locking and pointer confinement

2015-09-17 Thread Bryce Harrington
On Fri, Jun 26, 2015 at 12:37:54PM +0800, Jonas Ådahl wrote: > Signed-off-by: Jonas Ådahl > --- > > Changes since v2: > > * Automatically update the lock/confine region when window is resized. > > > Makefile.am | 6 +- > clients/window.c | 316 > ++

[PATCH v3 weston] clients: Add API for pointer locking and pointer confinement

2015-06-25 Thread Jonas Ådahl
Signed-off-by: Jonas Ådahl --- Changes since v2: * Automatically update the lock/confine region when window is resized. Makefile.am | 6 +- clients/window.c | 316 +++ clients/window.h | 62 +++ 3 files changed, 383 insertio