On Wed, Dec 05, 2012 at 03:14:04PM +0200, Ander Conselvan de Oliveira wrote:
> Make overlays work when the client uses a buffer with the same
> transformation as the output.
>
> In order to calculate the destination rectangle, the same logic in
> weston_surface_to_buffer_float() is needed, but wit
Make overlays work when the client uses a buffer with the same
transformation as the output.
In order to calculate the destination rectangle, the same logic in
weston_surface_to_buffer_float() is needed, but with the output
dimensions instead. For that reason, this patch generalizes this
function