Re: [PATCH weston 06/10] protocol: Add test screenshot capability

2015-05-11 Thread Pekka Paalanen
On Sat, 9 May 2015 14:53:48 +0100 Daniel Stone wrote: > Hi, > > On 7 May 2015 at 01:44, Bryce Harrington wrote: > > 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 in

Re: [PATCH weston 06/10] protocol: Add test screenshot capability

2015-05-09 Thread Daniel Stone
Hi, On 7 May 2015 at 01:44, Bryce Harrington wrote: > 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 t

[PATCH weston 06/10] protocol: Add test screenshot capability

2015-05-06 Thread Bryce Harrington
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 --- protocol/west