Re: [PATCH wayland 0/6] Introduce API to automatically find a good default display

2014-08-07 Thread Jason Ekstrand
Sorry for not posting to the ML, but this looked good so I pushed it. --Jason On Thu, Jul 17, 2014 at 10:54 AM, Jasper St. Pierre wrote: > This patch series introduces a new API to find an open Wayland display > so that compositors don't need to reimplement all this code. This way, > the code s

[PATCH wayland 0/6] Introduce API to automatically find a good default display

2014-07-17 Thread Jasper St. Pierre
This patch series introduces a new API to find an open Wayland display so that compositors don't need to reimplement all this code. This way, the code searching for an appropriate socket can be shared between all compositors. Jasper St. Pierre (6): server: Clean up socket destruction server: C