Re: [PATCH libinput 1/2] touchpad: reduce the initial timeout for tapping after touch

2017-01-31 Thread Peter Hutterer
On Mon, Dec 12, 2016 at 03:53:02PM +1000, Peter Hutterer wrote: > This is the timeout before we decide "this is just a finger down, not a tap". > Until this timeout is hit a finger's movement is filtered. To allow for a more > responsive touchpad, we want that timeout as short as possible. > > Eve

[PATCH weston] editor: unify key handling

2017-01-31 Thread Weng Xuetian
Key event from input method may send key from text_input_keysym, which should share the same logic with real keyboard event. Right now keysym like latin characters are not handled by text_input_keysym. Signed-off-by: Weng Xuetian --- clients/editor.c | 150 +--

Re: [PATCH weston 6/8] compositor-drm: Make some functions take a weston_output directly

2017-01-31 Thread Pekka Paalanen
On Mon, 2 May 2016 22:40:15 +0100 Emmanuel Gil Peyrot wrote: > Makes it clearer that they don’t use any field specific to drm_output, > and reduce the amount of churn from the following commits. > > Signed-off-by: Emmanuel Gil Peyrot > --- > src/compositor-drm.c | 48 -

Re: [PATCH weston 5/8] compositor-drm: Take a reference to the drm_output's base where it makes sense

2017-01-31 Thread Pekka Paalanen
On Mon, 2 May 2016 22:40:14 +0100 Emmanuel Gil Peyrot wrote: > This makes the code more uniform with the functions taking a > weston_output* as argument, and reduces the churn of the following > commits. > > Signed-off-by: Emmanuel Gil Peyrot > --- > src/compositor-drm.c | 130 >

[PATCH wayland-protocols v3] linux-dmabuf: add immediate dmabuf import path

2017-01-31 Thread Varad Gautam
From: Varad Gautam provide a mechanism that allows clients to import the added dmabufs and immediately use the newly created wl_buffers without waiting on an event. this is useful to clients that are sure of their import request succeeding, and wish to avoid the wl_buffer communication roundtrip.