mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-03-18 03:40:41 +01:00
This moves the png writing part to the client and removes the gdk-pixbuf dependency from the compositor.
10 lines
276 B
XML
10 lines
276 B
XML
<protocol name="screenshooter">
|
|
|
|
<interface name="screenshooter" version="1">
|
|
<request name="shoot">
|
|
<arg name="output" type="object" interface="wl_output"/>
|
|
<arg name="buffer" type="object" interface="wl_buffer"/>
|
|
</request>
|
|
</interface>
|
|
|
|
</protocol>
|