Re: [PATCH wayland 3/5] Add API to get the list of connected clients

2016-07-04 Thread Giulio Camuffo
2016-06-17 13:51 GMT+02:00 Pekka Paalanen : > On Mon, 7 Mar 2016 18:31:33 +0100 > Giulio Camuffo wrote: > >> --- >> src/wayland-server-core.h | 14 + >> src/wayland-server.c | 52 >> +++ >> 2 files changed, 66 insertions(+) >> >> diff

Re: [PATCH wayland 3/5] Add API to get the list of connected clients

2016-06-17 Thread Pekka Paalanen
On Mon, 7 Mar 2016 18:31:33 +0100 Giulio Camuffo wrote: > --- > src/wayland-server-core.h | 14 + > src/wayland-server.c | 52 > +++ > 2 files changed, 66 insertions(+) > > diff --git a/src/wayland-server-core.h b/src/wayland-server

[PATCH wayland 3/5] Add API to get the list of connected clients

2016-03-07 Thread Giulio Camuffo
--- src/wayland-server-core.h | 14 + src/wayland-server.c | 52 +++ 2 files changed, 66 insertions(+) diff --git a/src/wayland-server-core.h b/src/wayland-server-core.h index a4ca350..4201b2c 100644 --- a/src/wayland-server-core.h +++