Re: [RFC weston 00/15] libweston

2014-12-01 Thread Hardening
Le 13/11/2014 21:07, Giulio Camuffo a écrit : > 2014-11-13 21:56 GMT+02:00 Bryce Harrington : >> On Thu, Nov 06, 2014 at 10:41:19PM +0200, Giulio Camuffo wrote: >>> This patchset makes a libweston.so out of the compositor core, thought >>> to be used by many different users. >> >> Who are thought b

Re: [RFC weston 00/15] libweston

2014-11-13 Thread Giulio Camuffo
2014-11-13 21:56 GMT+02:00 Bryce Harrington : > On Thu, Nov 06, 2014 at 10:41:19PM +0200, Giulio Camuffo wrote: >> This patchset makes a libweston.so out of the compositor core, thought >> to be used by many different users. > > Who are thought be the users for this? Well, my compositor for sure (

Re: [RFC weston 00/15] libweston

2014-11-13 Thread Bryce Harrington
On Thu, Nov 06, 2014 at 10:41:19PM +0200, Giulio Camuffo wrote: > This patchset makes a libweston.so out of the compositor core, thought > to be used by many different users. Who are thought be the users for this? Bryce ___ wayland-devel mailing list wa

[RFC weston 00/15] libweston

2014-11-06 Thread Giulio Camuffo
This patchset makes a libweston.so out of the compositor core, thought to be used by many different users. The main() was moved out of compositor.c into a new weston.c, and so all weston-the-binary specific things, such as signal handling, child process handling, config, logging and the like. Some