[PATCH 2/4] gdi32: Use NtGdiScaleViewportExtEx for ScaleViewportExtEx implementation.

Huw Davies huw at codeweavers.com
Fri Aug 6 10:01:17 CDT 2021


On Fri, Aug 06, 2021 at 01:29:26PM +0200, Jacek Caban wrote:
> -BOOL CDECL EMFDRV_ScaleViewportExtEx( PHYSDEV dev, INT xNum, INT xDenom, INT yNum, INT yDenom, SIZE *size )
> +BOOL EMFDC_ScaleViewportExtEx( DC_ATTR *dc_attr, INT xn, INT x_denom, INT yn, INT y_denom )

I've sent in v2 which renames the numerators to [xy]_num to be
consistent with the denominators.

Huw.



More information about the wine-devel mailing list