commit | 72dea06d7952e3ce8dd8057f7106186da4fa2678 | [log] [tgz] |
---|---|---|
author | Jasper St. Pierre <jstpierre@mecheye.net> | Wed Sep 23 10:46:47 2015 -0700 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Wed Sep 23 15:47:48 2015 -0700 |
tree | 8a0489865638fb2e28db57786ac0c1b5b5f9812b | |
parent | 30bcf35ceba29f070bc8eb7286e9b89eb85405be [diff] |
launcher: Split out launcher implementations into three distinct ones We now have a launcher interface and distinct implementations for logind, weston-launch, and direct DRM, each in their own files. This helps up clean up the spaghetti code into something that's hopefully a bit more understood. There should be no functional changes here. Reviewed-by: Derek Foreman <derekf@osg.samsung.com> update: Dropped redundant free() in weston_launcher_destroy()