Re: [PATCH] [weston, v2] weston.ini: Add natural scroll support to weston.ini

2017-01-27 Thread Jiayi Zhao
Hey, okay, I'll make a new patch with updated weston.ini manual soon. Cheers, Jiayi On Jan 27, 2017 6:59 AM, "Pekka Paalanen" wrote: > On Sat, 22 Oct 2016 13:31:28 -0400 > Jiayi Zhao wrote: > > > This adds support for enabling/disabling natural scrolling > > via a boolean in weston.ini: > > >

Re: [PATCH] [weston, v2] weston.ini: Add natural scroll support to weston.ini

2017-01-27 Thread Pekka Paalanen
On Sat, 22 Oct 2016 13:31:28 -0400 Jiayi Zhao wrote: > This adds support for enabling/disabling natural scrolling > via a boolean in weston.ini: > > [libinput] > natural_scroll=true > > CHANGES: > - libinput_device_config_scroll_has_natural_scroll() is not longer compared > to != 0 > > Signe

Re: [PATCH] [weston, v2] weston.ini: Add natural scroll support to weston.ini

2016-10-27 Thread Jiayi Zhao
The most recent patch is the one with natural_scroll in weston.ini I tried changing it to enable_natural_scroll, but it was giving me a hard time and wasnt working properly :/ Jiayi On Oct 23, 2016 5:51 PM, "Peter Hutterer" wrote: > > sorry, I'm getting lost here, which one is the most rece

Re: [PATCH] [weston, v2] weston.ini: Add natural scroll support to weston.ini

2016-10-24 Thread Jiayi Zhao
The most recent patch is the one with natural_scroll in weston.ini I tried changing it to enable_natural_scroll, but it was giving me a hard time and wasnt working properly. :/ Jiayi On Oct 23, 2016 5:51 PM, "Peter Hutterer" wrote: > sorry, I'm getting lost here, which one is the most recent

Re: [PATCH] [weston, v2] weston.ini: Add natural scroll support to weston.ini

2016-10-23 Thread Peter Hutterer
sorry, I'm getting lost here, which one is the most recent patch now? there are two labelled v2 Cheers, Peter On Sat, Oct 22, 2016 at 01:31:28PM -0400, Jiayi Zhao wrote: > This adds support for enabling/disabling natural scrolling > via a boolean in weston.ini: > > [libinput] > natural_scroll

[weston,v2] weston.ini: Add natural scroll support to weston.ini

2016-10-22 Thread Jiayi Zhao
This adds support for enabling/disabling natural scrolling via a boolean in weston.ini: [libinput] natural_scroll=true CHANGES: - libinput_device_config_scroll_has_natural_scroll() is not longer compared to != 0 Signed-off-by: Jiayi Zhao ___ waylan

[PATCH] [weston, v2] weston.ini: Add natural scroll support to weston.ini

2016-10-22 Thread Jiayi Zhao
This adds support for enabling/disabling natural scrolling via a boolean in weston.ini: [libinput] natural_scroll=true CHANGES: - libinput_device_config_scroll_has_natural_scroll() is not longer compared to != 0 Signed-off-by: Jiayi Zhao --- compositor/main.c | 13 + weston.ini.i

[weston,v2] weston.ini: Add natural scroll support to weston.ini

2016-10-22 Thread Jiayi Zhao
This adds support for enabling/disabling natural scrolling via a boolean in weston.ini: [libinput] enable_natural_scroll=true CHANGES: - natural_scroll option has been changed to enable_natural_scroll - libinput_device_config_scroll_has_natural_scroll() is not longer compared to != 0 Signed-o

[PATCH] [weston, v2] weston.ini: Add natural scroll support to weston.ini

2016-10-22 Thread Jiayi Zhao
This adds support for enabling/disabling natural scrolling via a boolean in weston.ini: [libinput] enable_natural_scroll=true CHANGES: - natural_scroll option has been changed to enable_natural_scroll - libinput_device_config_scroll_has_natural_scroll() is not longer compared to != 0 Signed-o