Re: [PATCH weston v2 2/2] xwayland: make the plugin usable by libweston compositors

2016-07-01 Thread Pekka Paalanen
On Wed, 29 Jun 2016 11:54:27 +0200 Giulio Camuffo wrote: > This patch follows a similar approach taken to detach the backends > from weston. But instead of passing a configuration struct when loading the > plugin, we use the plugin API registry to register an API, and to get it > in the composito

[PATCH weston v2 2/2] xwayland: make the plugin usable by libweston compositors

2016-06-29 Thread Giulio Camuffo
This patch follows a similar approach taken to detach the backends from weston. But instead of passing a configuration struct when loading the plugin, we use the plugin API registry to register an API, and to get it in the compositor side. This API allows to spawn the Xwayland process in the compos