mirror of
https://github.com/reactos/wine.git
synced 2025-01-22 20:04:59 +00:00
xNum should be yNum in one place.
This commit is contained in:
parent
e086402f9a
commit
33a58ffa0f
@ -1208,7 +1208,7 @@ BOOL WINAPI PlayEnhMetaFileRecord(
|
||||
if ((info->mode != MM_ISOTROPIC) && (info->mode != MM_ANISOTROPIC))
|
||||
break;
|
||||
if (!lpScaleViewportExtEx->xNum || !lpScaleViewportExtEx->xDenom ||
|
||||
!lpScaleViewportExtEx->xNum || !lpScaleViewportExtEx->yDenom)
|
||||
!lpScaleViewportExtEx->yNum || !lpScaleViewportExtEx->yDenom)
|
||||
break;
|
||||
info->vportExtX = (info->vportExtX * lpScaleViewportExtEx->xNum) /
|
||||
lpScaleViewportExtEx->xDenom;
|
||||
|
Loading…
x
Reference in New Issue
Block a user