Re: [PATCH weston v2 1/6] server: add listener API for new clients

2016-08-09 Thread Jonas Ã…dahl
On Tue, Jul 05, 2016 at 09:51:06AM +0200, Giulio Camuffo wrote: > From: Sungjae Park > > Using display object, Emit a signal if a new client is created. > > In the server-side, we can get the destroy event of a client, > But there is no way to get the created event of it. > Of course, we can get

[PATCH weston v2 1/6] server: add listener API for new clients

2016-07-05 Thread Giulio Camuffo
From: Sungjae Park Using display object, Emit a signal if a new client is created. In the server-side, we can get the destroy event of a client, But there is no way to get the created event of it. Of course, we can get the client object from the global registry binding callbacks. But it can be c