diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-05-02 12:11:07 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-05-02 12:13:14 -0400 |
commit | 854490374187749a69e23f439c70216bb656c03e (patch) | |
tree | eb4a33f468355697f78ff6551c6653b7aa855568 /protocol | |
parent | b41d76c15122b2a11baa559e0eb7f7fc5b9f2640 (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.xml | 5 |
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> |