commit | 827b5d225de14f0c54b77040671370bb09d0fa0a | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Wed Jun 29 11:54:26 2016 +0200 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Fri Jul 01 14:10:26 2016 +0300 |
tree | f67a7a77cbcf556e3a7191914a52b258416757aa | |
parent | 24f917e723c2d00091ce772f89399da13f4d8ad6 [diff] |
compositor: add plugin-registry Implement a simple register and lookup for function tables. This is intended for plugins to expose APIs to other plugins. It has been very hard to arrange a plugin to be able to call into another plugin without modifying Weston core to explicitly support each case. This patch fixes that. The tests all pass. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Signed-off-by: Giulio Camuffo <giuliocamuffo@gmail.com>