Re: [PATCH wayland 6/6] server: Add a simple API to find a good default display

2014-08-07 Thread Pekka Paalanen
On Fri, 18 Jul 2014 11:05:03 +0200 Marek Chalupa wrote: > On 17 July 2014 19:54, Jasper St. Pierre wrote: > > > This allows compositors to easily select a good display to listen on. > > --- > > src/wayland-server.c | 97 > > ++-- > > src/wayland-

Re: [PATCH wayland 6/6] server: Add a simple API to find a good default display

2014-07-18 Thread Marek Chalupa
On 17 July 2014 19:54, Jasper St. Pierre wrote: > This allows compositors to easily select a good display to listen on. > --- > src/wayland-server.c | 97 > ++-- > src/wayland-server.h | 1 + > 2 files changed, 73 insertions(+), 25 deletions(-) >

[PATCH wayland 6/6] server: Add a simple API to find a good default display

2014-07-17 Thread Jasper St. Pierre
This allows compositors to easily select a good display to listen on. --- src/wayland-server.c | 97 ++-- src/wayland-server.h | 1 + 2 files changed, 73 insertions(+), 25 deletions(-) diff --git a/src/wayland-server.c b/src/wayland-server.c index