Re: [PATCH wayland 5/6] server: Save the display name in the wl_socket

2014-07-18 Thread Marek Chalupa
On 17 July 2014 19:54, Jasper St. Pierre wrote: > This allows us to return the display name to the client in a new API. > --- > src/wayland-server.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/wayland-server.c b/src/wayland-server.c > index 5c0e84f..55b3e25 100644 > --- a/src

[PATCH wayland 5/6] server: Save the display name in the wl_socket

2014-07-17 Thread Jasper St. Pierre
This allows us to return the display name to the client in a new API. --- src/wayland-server.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wayland-server.c b/src/wayland-server.c index 5c0e84f..55b3e25 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.c @@ -63,6 +63,7 @@ st