Re: [PATCH weston 2/4] input: Add a weston_pointer_output_center

2013-06-12 Thread Rob Bradford
On Tue, Jun 11, 2013 at 03:08:23PM +0300, Pekka Paalanen wrote: > On Mon, 10 Jun 2013 15:17:29 +0100 > Rob Bradford wrote: > > > From: Rob Bradford > > > > Centre the pointer on a the provided output. This function provides the > > basis of ensuring that the pointer starts on the output when we

Re: [PATCH weston 2/4] input: Add a weston_pointer_output_center

2013-06-11 Thread Pekka Paalanen
On Mon, 10 Jun 2013 15:17:29 +0100 Rob Bradford wrote: > From: Rob Bradford > > Centre the pointer on a the provided output. This function provides the > basis of ensuring that the pointer starts on the output when we start to > constrain a seat to a given output. > --- > src/compositor.h | 3

[PATCH weston 2/4] input: Add a weston_pointer_output_center

2013-06-10 Thread Rob Bradford
From: Rob Bradford Centre the pointer on a the provided output. This function provides the basis of ensuring that the pointer starts on the output when we start to constrain a seat to a given output. --- src/compositor.h | 3 +++ src/input.c | 8 2 files changed, 11 insertions(+)