commit | bab996e571314093b87fce5ab5bbcd9f1fb89fb1 | [log] [tgz] |
---|---|---|
author | Giulio Camuffo <giuliocamuffo@gmail.com> | Sun Oct 12 00:24:25 2014 +0300 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Fri Jul 10 12:46:55 2015 +0300 |
tree | 57bea0ed9c8be40f23b530868a5ebe7409858230 | |
parent | 459137bfe6b738ee0c09f7160342403f8438c310 [diff] |
compositor: move the main() to a new main.c file 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. The definition of DEFAULT_REPAINT_WINDOW is left in compositor.c, so the config loading of repaint_msec is slightly modified to account that. Acked-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>