On Wed, 1 Jun 2016 21:43:24 +0300 Giulio Camuffo <[email protected]> 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 screenshooter.c. > Two exported functions are added in screenshooter.c to start and > stop the recorder. > > Signed-off-by: Giulio Camuffo <[email protected]> > --- > > v2 > > Makefile.am | 2 + > desktop-shell/shell.c | 1 + > src/compositor.h | 8 +- > src/screenshooter.c | 187 +++++--------------------------------------- > src/weston-screenshooter.c | 191 > +++++++++++++++++++++++++++++++++++++++++++++ > src/weston.h | 42 ++++++++++ > 6 files changed, 261 insertions(+), 170 deletions(-) > create mode 100644 src/weston-screenshooter.c > create mode 100644 src/weston.h Reviewed-by: Pekka Paalanen <[email protected]> Thanks, pq
pgp8p3Bn8KiYh.pgp
Description: OpenPGP digital signature
_______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
