Move the functions launching clients to main.c
authorGiulio Camuffo <giuliocamuffo@gmail.com>
Thu, 2 Jun 2016 18:48:10 +0000 (21:48 +0300)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Fri, 3 Jun 2016 10:16:39 +0000 (13:16 +0300)
commitfba27fbef2c5ed3e45299b5e950174f0d5f871aa
treeea31176022d50e4efd5d3f495e051aa98b753d81
parent26f62d42474efe00825f710984305e70bfc4e120
Move the functions launching clients to main.c

They belong in the compositor rather than libweston since they
set signals handlers, and a library should not do that behind its
user's back. Besides, they were using functions in main.c already
so they were not usable by other compositors.

Signed-off-by: Giulio Camuffo <giuliocamuffo@gmail.com>
Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
ivi-shell/hmi-controller.c
src/compositor.c
src/compositor.h
src/main.c
src/text-backend.c
src/weston.h
tests/ivi_layout-test-plugin.c
tests/weston-test.c
xwayland/xwayland.h