On Wed, 30 Jan 2019 09:47:39 +1000
Peter Hutterer wrote:
> On Tue, Jan 29, 2019 at 03:36:41PM +0200, Pekka Paalanen wrote:
> > On Tue, 29 Jan 2019 16:57:34 +1000
> > Peter Hutterer wrote:
> >
> > > The new API returns scroll wheels as fractions of 120.
> > >
> > > Signed-off-by: Peter Hutter
On Tue, Jan 29, 2019 at 03:36:41PM +0200, Pekka Paalanen wrote:
> On Tue, 29 Jan 2019 16:57:34 +1000
> Peter Hutterer wrote:
>
> > The new API returns scroll wheels as fractions of 120.
> >
> > Signed-off-by: Peter Hutterer
> > ---
> > Turns out it's not the most complicated patch...
> >
> > T
On Tue, Jan 29, 2019 at 02:19:08PM +, Simon Ser wrote:
> On Tuesday, January 29, 2019 7:57 AM, Peter Hutterer
> wrote:
> > switch (source) {
> > case LIBINPUT_POINTER_AXIS_SOURCE_WHEEL:
> > +#if HAVE_LIBINPUT_AXIS_V120
> > + value = 10 * libinput_event_pointer_get_axis_value
On Tuesday, January 29, 2019 7:57 AM, Peter Hutterer
wrote:
> switch (source) {
> case LIBINPUT_POINTER_AXIS_SOURCE_WHEEL:
> +#if HAVE_LIBINPUT_AXIS_V120
> + value = 10 * libinput_event_pointer_get_axis_value_v120(
> +
On Tue, 29 Jan 2019 16:57:34 +1000
Peter Hutterer wrote:
> The new API returns scroll wheels as fractions of 120.
>
> Signed-off-by: Peter Hutterer
> ---
> Turns out it's not the most complicated patch...
>
> This is an RFC only because libinput hasn't been released yet, and it's
> waiting on
The new API returns scroll wheels as fractions of 120.
Signed-off-by: Peter Hutterer
---
Turns out it's not the most complicated patch...
This is an RFC only because libinput hasn't been released yet, and it's
waiting on the kernel release anyway. Given the expected delay, I hope
autotools is re