Re: [PATCH 4/5] compositor: Implement pointer_lock

2013-02-28 Thread Kristian Høgsberg
On Tue, Feb 26, 2013 at 02:58:37PM +0200, Pekka Paalanen wrote: > On Mon, 25 Feb 2013 21:33:24 -0500 > Kristian Høgsberg wrote: > > > The pointer lock extension lets a client lock pointer motion and receive > > relative pointer motion events. This patch implements the weston side > > of the exte

Re: [PATCH 4/5] compositor: Implement pointer_lock

2013-02-28 Thread Kristian Høgsberg
On Tue, Feb 26, 2013 at 01:55:11PM +0200, Pekka Paalanen wrote: > On Mon, 25 Feb 2013 21:33:24 -0500 > Kristian Høgsberg wrote: > > > The pointer lock extension lets a client lock pointer motion and receive > > relative pointer motion events. This patch implements the weston side > > of the exte

Re: [PATCH 4/5] compositor: Implement pointer_lock

2013-02-26 Thread Pekka Paalanen
On Mon, 25 Feb 2013 21:33:24 -0500 Kristian Høgsberg wrote: > The pointer lock extension lets a client lock pointer motion and receive > relative pointer motion events. This patch implements the weston side > of the extension. > --- > src/compositor.c | 184 > ++

Re: [PATCH 4/5] compositor: Implement pointer_lock

2013-02-26 Thread Pekka Paalanen
On Mon, 25 Feb 2013 21:33:24 -0500 Kristian Høgsberg wrote: > The pointer lock extension lets a client lock pointer motion and receive > relative pointer motion events. This patch implements the weston side > of the extension. > --- > src/compositor.c | 184 > ++

[PATCH 4/5] compositor: Implement pointer_lock

2013-02-25 Thread Kristian Høgsberg
The pointer lock extension lets a client lock pointer motion and receive relative pointer motion events. This patch implements the weston side of the extension. --- src/compositor.c | 184 ++- src/compositor.h | 7 +++ 2 files changed, 189 ins