Re: [PATCH weston 4/4] compositor-wayland: Add touch support

2015-10-13 Thread Bryce Harrington
On Fri, Oct 09, 2015 at 11:28:46AM -0500, Derek Foreman wrote: > Adds support for touch devices to the wayland backend. > > Signed-off-by: Derek Foreman Reviewed-by: Bryce Harrington One bikeshed below... > --- > src/compositor-wayland.c | 149 > +

Re: [PATCH weston 4/4] compositor-wayland: Add touch support

2015-10-09 Thread Daniel Stone
Hi, On 9 October 2015 at 17:28, Derek Foreman wrote: > @@ -1617,6 +1620,137 @@ static const struct wl_keyboard_listener > keyboard_listener = { > }; > > static void > +input_handle_touch_down(void *data, struct wl_touch *wl_touch, > + uint32_t serial, uint32_t time, > +

[PATCH weston 4/4] compositor-wayland: Add touch support

2015-10-09 Thread Derek Foreman
Adds support for touch devices to the wayland backend. Signed-off-by: Derek Foreman --- src/compositor-wayland.c | 149 +++ 1 file changed, 149 insertions(+) diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c index b25f4ea..e4fb4bd 10064