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
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
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
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
Hmm,
it says here that
libinput_device_config_scroll_has_natural_scroll()
returns a zero value if device does not support natural scrolling
and returns a non-zero value if it does support natural scrolling:
https://wayland.freedesktop.org/libinput/doc/latest/group__config.html#ga82d1aa961d2bb2
Debian Jessie's version of libxkbcommon is too old for compose support,
so rather than force people to upgrade, let's make it conditional.
Signed-off-by: Daniel Stone
Cc: Bryce Harrington
---
clients/window.c | 12
configure.ac | 4
2 files changed, 16 insertions(+)
diff
On 21 October 2016 at 20:03, Daniel Díaz wrote:
> As it has been discussed in the past [1], running Weston
> without any input device at launch might be beneficial for
> some use cases.
>
> Certainly, it's best for the vast majority of users (and
> the project) to require an input device to be pre