First attempt to implement screenshooter

This commit is contained in:
emersion 2017-09-08 18:09:09 +02:00
parent 1c8b72e0cd
commit 35f9700251
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
8 changed files with 360 additions and 1 deletions

View file

@ -22,3 +22,9 @@ executable(
dependencies: wlroots,
link_with: lib_shared,
)
executable(
'screenshot',
'screenshot.c',
dependencies: [wayland_client, wlr_protos, dependency('cairo')],
)