[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

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

2016-10-22 Thread Jiayi Zhao
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

[PATCH weston] clients: Make XKB compose support conditional

2016-10-22 Thread Daniel Stone
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

Re: [PATCH v4] Add configuration option for no input device.

2016-10-22 Thread Daniel Stone
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