From 1c8b72e0cd63c4965bc04e7390d3165a9e4c08ce Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 7 Sep 2017 17:31:30 +0200 Subject: Add screenshooter skeleton --- protocol/meson.build | 5 +++-- protocol/screenshooter.xml | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 protocol/screenshooter.xml (limited to 'protocol') diff --git a/protocol/meson.build b/protocol/meson.build index 6dc88d76..28a7b668 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -22,11 +22,12 @@ wayland_scanner_client = generator( protocols = [ [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], - 'gamma-control.xml' + 'gamma-control.xml', + 'screenshooter.xml', ] client_protocols = [ - [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'] + [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], ] wl_protos_src = [] diff --git a/protocol/screenshooter.xml b/protocol/screenshooter.xml new file mode 100644 index 00000000..fc48eac9 --- /dev/null +++ b/protocol/screenshooter.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + -- cgit v1.2.3