Re: [PATCH weston] simple-touch: Handle multiple seats

2014-05-07 Thread Ander Conselvan de Oliveira
On 05/07/2014 05:13 PM, Jasper St. Pierre wrote: Looks mostly the same as Ander's patch here: My patch didn't handle global remove properly, so I'd say we should go with this one. Ander http://lists.freedesktop.org/archives/wayland-devel/2014-May/014658.html Same review applies :) On W

Re: [PATCH weston] simple-touch: Handle multiple seats

2014-05-07 Thread Jasper St. Pierre
Looks mostly the same as Ander's patch here: http://lists.freedesktop.org/archives/wayland-devel/2014-May/014658.html Same review applies :) On Wed, May 7, 2014 at 10:00 AM, Neil Roberts wrote: > Previously simple-touch would only handle one seat. If there were > multiple seats it would lose

[PATCH weston] simple-touch: Handle multiple seats

2014-05-07 Thread Neil Roberts
Previously simple-touch would only handle one seat. If there were multiple seats it would lose track of whether there is a touch device available depending on what order the capability events arrive in. This makes it keep a linked list of seats and to track a separate touch device for each seat so