8544903741
This moves the png writing part to the client and removes the gdk-pixbuf dependency from the compositor.
11 lines
276 B
XML
11 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>
|