summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-05-02 12:11:07 -0400
committerKristian Høgsberg <krh@bitplanet.net>2011-05-02 12:13:14 -0400
commit854490374187749a69e23f439c70216bb656c03e (patch)
treeeb4a33f468355697f78ff6551c6653b7aa855568 /protocol
parentb41d76c15122b2a11baa559e0eb7f7fc5b9f2640 (diff)
compositor: Screenhoot into a client provided shm buffer
This moves the png writing part to the client and removes the gdk-pixbuf dependency from the compositor.
Diffstat (limited to 'protocol')
-rw-r--r--protocol/screenshooter.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/protocol/screenshooter.xml b/protocol/screenshooter.xml
index f8d993d..1487c6d 100644
--- a/protocol/screenshooter.xml
+++ b/protocol/screenshooter.xml
@@ -1,7 +1,10 @@
<protocol name="screenshooter">
<interface name="screenshooter" version="1">
- <request name="shoot"/>
+ <request name="shoot">
+ <arg name="output" type="object" interface="wl_output"/>
+ <arg name="buffer" type="object" interface="wl_buffer"/>
+ </request>
</interface>
</protocol>