Re: [PATCH weston v2 4/6] Add a resource creation signal

2016-08-09 Thread Jonas Ã…dahl
On Tue, Jul 05, 2016 at 09:51:09AM +0200, Giulio Camuffo wrote: > This change allows to add a resource creation listener to a wl_client, > which will be notified when a new resource is created for that client. > The alternative would be to have a per wl_display listener, but i think > that resource

[PATCH weston v2 4/6] Add a resource creation signal

2016-07-05 Thread Giulio Camuffo
This change allows to add a resource creation listener to a wl_client, which will be notified when a new resource is created for that client. The alternative would be to have a per wl_display listener, but i think that resources are really client specific objects, so it makes sense to use the wl_cl