Re: [PATCH weston v2 2/8] Move part of screenshooter.c to weston-screenshooter.c

2016-06-02 Thread Pekka Paalanen
On Wed, 1 Jun 2016 21:43:24 +0300 Giulio Camuffo wrote: > This patch splits screensooter.c so that the code implementing > the private screenshooter protocol and launching the client is > moved to a weston specific file, leaving only the code that can > be shared between compositors in screensho

[PATCH weston v2 2/8] Move part of screenshooter.c to weston-screenshooter.c

2016-06-01 Thread Giulio Camuffo
This patch splits screensooter.c so that the code implementing the private screenshooter protocol and launching the client is moved to a weston specific file, leaving only the code that can be shared between compositors in screenshooter.c. Two exported functions are added in screenshooter.c to star