From: Bryce Harrington Date: Tue, 16 Dec 2014 01:03:04 +0000 (-0800) Subject: protocol: Add test screenshot capability X-Git-Tag: 1.7.93~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83d61b6dfb88f681addebbec6676bef4de5824a4;p=platform%2Fupstream%2Fweston.git protocol: Add test screenshot capability This adds a capture_screenshot request which returns an image of the screen in the client-supplied wl_buffer for the given display output. A 'done' event is used to indicate when screenshotting has finished and the wl_buffer is ready to be read. Signed-off-by: Bryce Harrington Reviewed-By: Derek Foreman --- diff --git a/protocol/weston-test.xml b/protocol/weston-test.xml index 643a0c7c..2fd6b7a4 100644 --- a/protocol/weston-test.xml +++ b/protocol/weston-test.xml @@ -73,6 +73,22 @@ + + + Records an image of what is currently displayed on a given + display output, returning the image as an event. + + + + + + + The capture_screenshot_done signal is sent when a screenshot has been copied into the + provided buffer. + +