Re: [PATCH weston v3 02/11] compositor: add API to manage compositor instances

2015-07-10 Thread Pekka Paalanen
On Sat, 27 Jun 2015 14:07:42 +0300 Giulio Camuffo wrote: > This commit adds three new exported functions: > - weston_compositor_create() returns a new weston_compositor instance, > initializing it as the now removed weston_compositor_init() did. Hi, I almost suggested that while weston_composit

[PATCH weston v3 02/11] compositor: add API to manage compositor instances

2015-06-27 Thread Giulio Camuffo
This commit adds three new exported functions: - weston_compositor_create() returns a new weston_compositor instance, initializing it as the now removed weston_compositor_init() did. - weston_compositor_exit(compositor) asks the compositor to tear down by calling the compositor's exit vfunc which i