commit | 93daabbc7141de3c085278ab8905813038308209 | [log] [tgz] |
---|---|---|
author | Giulio Camuffo <giuliocamuffo@gmail.com> | Sat Oct 17 19:24:14 2015 +0300 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Fri Oct 23 15:23:37 2015 -0700 |
tree | 3dc7e928a0cebe05514f10a6eeaf97aa98b90141 | |
parent | e3c0d8af43272eb31f16b535ab821fd98399e8fa [diff] |
compositor: pass the backend config struct to the backends init function Add new configuration argument to the backend_init() function, which will replace the current argc, argv, and config arguments. After each backend is converted individually the unused parameters will be removed. Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>