Re: [PATCH weston v3 3/6] Add API to get the list of connected clients

2016-08-11 Thread Pekka Paalanen
On Tue, 9 Aug 2016 12:46:53 +0200 Giulio Camuffo wrote: > This patch chooses the wl_list_for_each-style of iterating over > the clients, instead of using an iterator function, because i think > it is easier to use. > > Signed-off-by: Giulio Camuffo > Reviewed-by: Jonas Ådahl > --- > > v3: ch

[PATCH weston v3 3/6] Add API to get the list of connected clients

2016-08-09 Thread Giulio Camuffo
This patch chooses the wl_list_for_each-style of iterating over the clients, instead of using an iterator function, because i think it is easier to use. Signed-off-by: Giulio Camuffo Reviewed-by: Jonas Ådahl --- v3: check that the client in the test is the right one src/wayland-server-core.h