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

Pekka Paalanen ppaalanen at gmail.com
Fri Jul 10 03:10:12 PDT 2015


On Sat, 27 Jun 2015 14:07:43 +0300
Giulio Camuffo <giuliocamuffo at gmail.com> 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 | 805 +---------------------------------------------------
>  src/main.c       | 848 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 850 insertions(+), 804 deletions(-)
>  create mode 100644 src/main.c

Hi,

as per Bryce's comments, I extended the commit message a bit, and
pushed:
   459137b..bab996e  master -> master

I think the clock_name() thing is fine for now.


Thanks,
pq


More information about the wayland-devel mailing list