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
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 +--
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 -
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
>
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.