Re: [PATCH xwayland 1/4] xwayland: Add xwl_touch struct

2015-09-21 Thread Carlos Garnacho
Hey!, On Fri, Sep 18, 2015 at 3:06 PM, Olivier Fourdan wrote: > > Hey Carlos, > > On 27/05/15 18:41, Carlos Garnacho wrote: >> >> This struct holds information about each individual, ongoing touchpoint. >> A list of these is held by the xwl_seat. >> >> Signed-off-by: Carlos Garnacho > > > lgtm >

Re: [PATCH xwayland 1/4] xwayland: Add xwl_touch struct

2015-09-18 Thread Olivier Fourdan
Hey Carlos, On 27/05/15 18:41, Carlos Garnacho wrote: This struct holds information about each individual, ongoing touchpoint. A list of these is held by the xwl_seat. Signed-off-by: Carlos Garnacho lgtm Rebased and added this patch to my tree, but I don't have the hardware to test. Cou

[PATCH xwayland 1/4] xwayland: Add xwl_touch struct

2015-05-27 Thread Carlos Garnacho
This struct holds information about each individual, ongoing touchpoint. A list of these is held by the xwl_seat. Signed-off-by: Carlos Garnacho --- hw/xwayland/xwayland-input.c | 10 ++ hw/xwayland/xwayland.h | 9 + 2 files changed, 19 insertions(+) diff --git a/hw/xwayl