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

2015-12-08 Thread Derek Foreman
On 08/12/15 12:33 PM, Daniel Stone wrote: > Hi, > > On 6 November 2015 at 21:56, Derek Foreman wrote: >> Adds support for touch devices to the wayland backend. >> >> Signed-off-by: Derek Foreman >> --- >> Changes from v1: >> should now properly handle both fullscreen and windowed case now >> sho

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

2015-12-08 Thread Daniel Stone
Hi, On 6 November 2015 at 21:56, Derek Foreman wrote: > Adds support for touch devices to the wayland backend. > > Signed-off-by: Derek Foreman > --- > Changes from v1: > should now properly handle both fullscreen and windowed case now > should also now handle touch cancel Thanks for the fixups

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

2015-11-06 Thread Derek Foreman
Adds support for touch devices to the wayland backend. Signed-off-by: Derek Foreman --- Changes from v1: should now properly handle both fullscreen and windowed case now should also now handle touch cancel src/compositor-wayland.c | 160 +++ 1 file ch