Re: [PATCH xserver] xwayland: use wayland axis_discrete event

2018-08-30 Thread Peter Hutterer
On Wed, Aug 15, 2018 at 08:54:25PM +1200, Scott Anderson wrote: > On 6/08/18 6:09 PM, Scott Anderson wrote: > > This prevents multiple scroll events happening for wayland compositors > > which send axis values other than 10. For example, libinput will > > typically return 15 for each scroll wheel

Re: [PATCH xserver] xwayland: use wayland axis_discrete event

2018-08-15 Thread Scott Anderson
On 6/08/18 6:09 PM, Scott Anderson wrote: This prevents multiple scroll events happening for wayland compositors which send axis values other than 10. For example, libinput will typically return 15 for each scroll wheel step, and if a wayland compositor sends those to xwayland without

Re: [PATCH xserver] xwayland: use wayland axis_discrete event

2018-08-09 Thread Peter Hutterer
On Mon, Aug 06, 2018 at 06:09:26PM +1200, Scott Anderson wrote: > This prevents multiple scroll events happening for wayland compositors > which send axis values other than 10. For example, libinput will > typically return 15 for each scroll wheel step, and if a wayland > compositor sends those to

[PATCH xserver] xwayland: use wayland axis_discrete event

2018-08-06 Thread Scott Anderson
This prevents multiple scroll events happening for wayland compositors which send axis values other than 10. For example, libinput will typically return 15 for each scroll wheel step, and if a wayland compositor sends those to xwayland without normalising them, 2 scroll wheel steps will end up as