[3/4] gdiplus: Destination points passed to GdipDrawImagePointsRect should be in device units.

Dmitry Timoshkov dmitry at baikal.ru
Tue Aug 7 23:18:01 CDT 2012


Dmitry Timoshkov <dmitry at baikal.ru> wrote:

> +    scale_x = units_scale(srcUnit, graphics->unit, graphics->xres);
> +    scale_y = units_scale(srcUnit, graphics->unit, graphics->yres);

This depends on a not yet sent series which introduces units_scale(),
please ignore for now, I'll resend it a bit later.

-- 
Dmitry.



More information about the wine-devel mailing list