blob: 76e3c85a61112173963af2bed6d617aa16f588e4 [file] [log] [blame]
Kristian Høgsbergc5dcb902010-09-14 15:53:32 -04001<protocol name="screenshooter">
2
3 <interface name="screenshooter" version="1">
Kristian Høgsberg85449032011-05-02 12:11:07 -04004 <request name="shoot">
5 <arg name="output" type="object" interface="wl_output"/>
6 <arg name="buffer" type="object" interface="wl_buffer"/>
7 </request>
Scott Moreau062be7e2012-04-20 13:37:33 -06008 <event name="done">
9 </event>
Kristian Høgsbergc5dcb902010-09-14 15:53:32 -040010 </interface>
11
12</protocol>