[Wine-patches] [eterhack] wineps.drv: Revert hack for eterbug #61, the tests show that it's wrong.
Dmitry Timoshkov
dtimoshkov на etersoft.ru
Пн Фев 4 14:35:56 MSK 2013
---
dlls/wineps.drv/init.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dlls/wineps.drv/init.c b/dlls/wineps.drv/init.c
index 02a1156..9e7cf5c 100644
--- a/dlls/wineps.drv/init.c
+++ b/dlls/wineps.drv/init.c
@@ -323,11 +323,8 @@ static BOOL PSDRV_CreateDC( PHYSDEV *pdev, LPCWSTR driver, LPCWSTR device,
if (output && *output) physDev->job.output = strdupW( output );
- if(initData) {
+ if(initData)
PSDRV_MergeDevmodes(physDev->Devmode, (const PSDRV_DEVMODE *)initData, pi);
- /* Eterbug #61: Scale must be changed only in PSDRV_ExtDeviceMode function*/
- physDev->Devmode->dmPublic.u1.s1.dmScale = 100;
- }
PSDRV_UpdateDevCaps(physDev);
SelectObject( (*pdev)->hdc, PSDRV_DefaultFont );
--
1.8.0.2
Подробная информация о списке рассылки Wine-patches