Re: [PATCH weston] screenshot: Use correct buffer size for transformed outputs.

2012-08-29 Thread Kristian Høgsberg
On Sat, Aug 18, 2012 at 07:52:42PM -0600, Scott Moreau wrote: > This is a workaround for screenshots with transformed outputs. It reorders > the output positions so the correct buffer size is determined for the final > image. This assumes the outputs are in succession on the x axis. The outputs > a

[PATCH weston] screenshot: Use correct buffer size for transformed outputs.

2012-08-18 Thread Scott Moreau
This is a workaround for screenshots with transformed outputs. It reorders the output positions so the correct buffer size is determined for the final image. This assumes the outputs are in succession on the x axis. The outputs are rendered in their transformed state. --- clients/screenshot.c | 6