client/screenshooter: Client for taking screenshots 01/25301/3
authorMarius Vlad <marius.vlad@collabora.com>
Wed, 16 Sep 2020 14:22:24 +0000 (17:22 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 30 Sep 2020 13:43:12 +0000 (13:43 +0000)
commitbe8288cc5b127074fae6e2da052d6cd5cd623ae2
tree5c6577281b56defb4b4df2fa7d2abe3dbdd67a74
parent991714fc7f92aea3d07c7225247a821e3461027e
client/screenshooter: Client for taking screenshots

The client allows to take screenshots of all outputs, a specific output
(making use of xdg_output_manager interface) or just listing outputs.

Bug-AGL: SPEC-3580

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Idd60d4892adf4c2ea493477421b6e5623e0ca1f0
clients/meson.build [new file with mode: 0644]
clients/screenshooter.c [new file with mode: 0644]
meson.build
shared/file-util.c [new file with mode: 0644]
shared/file-util.h [new file with mode: 0644]
shared/xalloc.c [new file with mode: 0644]
shared/xalloc.h [new file with mode: 0644]