Re: [PATCH weston 5/6] input: Emit events on all resources for a client

2013-07-25 Thread Rob Bradford
Thanks for the feedback Daniel. > Implementation-wise, it mostly looks good, but - do we leak > focus_resource_list and friends when releasing? I can't find where > they're freed, but if you're freeing empty_list unconditionally, > you're going to have a bad time ... The list use here is kinda di

Re: [PATCH weston 5/6] input: Emit events on all resources for a client

2013-07-24 Thread Daniel Stone
Hi, On 22 July 2013 17:31, Rob Bradford wrote: > The Wayland protocol permits a client to request the pointer, keyboard > and touch multiple times from the seat global. This is very useful in a > component like Clutter-GTK where we are combining two libraries that use > Wayland together. > > This

[PATCH weston 5/6] input: Emit events on all resources for a client

2013-07-22 Thread Rob Bradford
From: Rob Bradford The Wayland protocol permits a client to request the pointer, keyboard and touch multiple times from the seat global. This is very useful in a component like Clutter-GTK where we are combining two libraries that use Wayland together. This change migrates the weston input handl