You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
327 B
13 lines
327 B
9 years ago
|
<protocol name="weston_screenshooter">
|
||
14 years ago
|
|
||
9 years ago
|
<interface name="weston_screenshooter" version="1">
|
||
14 years ago
|
<request name="shoot">
|
||
|
<arg name="output" type="object" interface="wl_output"/>
|
||
|
<arg name="buffer" type="object" interface="wl_buffer"/>
|
||
|
</request>
|
||
13 years ago
|
<event name="done">
|
||
|
</event>
|
||
14 years ago
|
</interface>
|
||
|
|
||
|
</protocol>
|