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

2016-08-09 Thread Jonas Ã…dahl
On Tue, Jul 05, 2016 at 09:51:08AM +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 One comment below; either way this is:

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

2016-07-05 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 --- v2: expand a bit the documentation and the commit message src/wayland-server-core.h | 14 ++