From: Piotr Caban piotr@codeweavers.com
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57028 --- dlls/wineps.drv/printproc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/wineps.drv/printproc.c b/dlls/wineps.drv/printproc.c index 84f4b9f5900..91e4f651d4b 100644 --- a/dlls/wineps.drv/printproc.c +++ b/dlls/wineps.drv/printproc.c @@ -2229,8 +2229,8 @@ static int WINAPI hmf_proc(HDC hdc, HANDLETABLE *htable, { const EMRSETPIXELV *p = (const EMRSETPIXELV *)rec;
- return PSDRV_SetPixel(data->ctx, p->ptlPixel.x, - p->ptlPixel.y, p->crColor); + PSDRV_SetPixel(data->ctx, p->ptlPixel.x, p->ptlPixel.y, p->crColor); + return 1; } case EMR_SETTEXTCOLOR: {