[PATCH weston] compositor: remove a call to weston_compositor_schedule_repaint

2015-07-24 Thread Ryo Munakata
In weston_compositor_create, we initialize output_list. After that we call weston_compositor_schedule_repaint which just calls weston_output_schedule_repaint on all elements of output_list. This call does nothing obviously. So we remove it. Signed-off-by: Ryo Munakata --- src/compositor.c | 2 --

Libinput: Halfkey/Mirrorboard implementation

2015-07-24 Thread Kieran Bingham
Hi Guys, I've been working on a personal project to implement one-handed touch typing as an accessibility feature. There are software solutions for this available for Win/MacOS http://www.onehandkeyboard.org, and an (expensive) hardware solution available. There is also a solution which uses xkb

Re: [PATCH libinput] touchpad: serial synaptics need to fake new touches on TRIPLETAP

2015-07-24 Thread Hans de Goede
Hi, On 24-07-15 04:54, Peter Hutterer wrote: On the 4.1 kernels synaptics pretends to have 3 slots (the serial fw only does 2). This was added to avoid cursor jumps but has since been reverted. In some cases a TRIPLETAP may be triggered without slot 2 ever activating. While there are still thos

Re: [PATCH libinput] touchpad: don't check clickfinger distance for three fingers

2015-07-24 Thread Hans de Goede
Hi, On 24-07-15 02:35, Peter Hutterer wrote: It's reasonable to expect a thumb (or the other hand's index finger) to click a button while a finger is down for movement. It's less reasonable to expect this when two fingers are interacting with the touchpad, or when two fingers click the touchpad