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

2014-05-07 Thread Jasper St. Pierre
On Wed, May 7, 2014 at 9:31 PM, Jason Ekstrand wrote: > > > > On Wed, May 7, 2014 at 9:25 AM, Jasper St. Pierre > wrote: > >> This allows compositors to easily select a good display to listen on. >> --- >> src/wayland-server.c | 23 +++ >> src/wayland-server.h | 2 ++ >> 2

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

2014-05-07 Thread Jason Ekstrand
On Wed, May 7, 2014 at 9:25 AM, Jasper St. Pierre wrote: > This allows compositors to easily select a good display to listen on. > --- > src/wayland-server.c | 23 +++ > src/wayland-server.h | 2 ++ > 2 files changed, 25 insertions(+) > > diff --git a/src/wayland-server.c b/s

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

2014-05-07 Thread Jasper St. Pierre
This allows compositors to easily select a good display to listen on. --- src/wayland-server.c | 23 +++ src/wayland-server.h | 2 ++ 2 files changed, 25 insertions(+) diff --git a/src/wayland-server.c b/src/wayland-server.c index 6bc8dc3..5624199 100644 --- a/src/wayland-ser