Re: [PATCH weston 03/11] compositor: move the main() to a new weston.c file

2015-06-23 Thread Bryce Harrington
On Mon, Jun 22, 2015 at 11:02:50PM +0300, Giulio Camuffo wrote: > This commits starts to separate the libweston code from the weston > specific code. As such, the main() is moved, together with signals > handling and configuration handling. > --- > Makefile.am | 1 + > src/compositor.c | 80

[PATCH weston 03/11] compositor: move the main() to a new weston.c file

2015-06-22 Thread Giulio Camuffo
This commits starts to separate the libweston code from the weston specific code. As such, the main() is moved, together with signals handling and configuration handling. --- Makefile.am | 1 + src/compositor.c | 801 +--- src/weston.c | 8