commit | fba27fbef2c5ed3e45299b5e950174f0d5f871aa | [log] [tgz] |
---|---|---|
author | Giulio Camuffo <giuliocamuffo@gmail.com> | Thu Jun 02 21:48:10 2016 +0300 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Fri Jun 03 13:16:39 2016 +0300 |
tree | ea31176022d50e4efd5d3f495e051aa98b753d81 | |
parent | 26f62d42474efe00825f710984305e70bfc4e120 [diff] |
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>