Add screenshooter skeleton

This commit is contained in:
emersion 2017-09-07 17:31:30 +02:00
parent 321c26c2a3
commit 1c8b72e0cd
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 315 additions and 2 deletions

View file

@ -0,0 +1,16 @@
<protocol name="orbital_screenshooter">
<interface name="orbital_screenshooter" version="1">
<request name="shoot">
<arg name="id" type="new_id" interface="orbital_screenshot"/>
<arg name="output" type="object" interface="wl_output"/>
<arg name="buffer" type="object" interface="wl_buffer"/>
</request>
</interface>
<interface name="orbital_screenshot" version="1">
<event name="done">
</event>
</interface>
</protocol>