[PATCH libinput] touchpad: reduce minimum height for horiz edge scrolling to 40mm

2017-02-26 Thread Peter Hutterer
Introduced in commit 8e7f99c27ab39 we only allowed horizontal edge scrolling on devices larger than 50mm to leave enough reactive space on the touchpad. Looking at a ruler, a 50mm high touchpad is still large enough to leave the bottom 7mm as an horizontal edge scroll area. Reduce the minimum size

[PATCH] wayland-server: Remove unused members from struct wl_client

2017-02-26 Thread Sergi Granell
Those struct members are no longer used so we can remove them. Signed-off-by: Sergi Granell --- src/wayland-server.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wayland-server.c b/src/wayland-server.c index 6a8b3e4..82a3b01 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.