Commit 818a144e authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

wineps: Reset current position on every page.

parent e930220b
......@@ -3040,6 +3040,7 @@ static BOOL print_metafile(struct pp_data *data, HANDLE hdata)
return FALSE;
AbortPath(data->pdev->dev.hdc);
MoveToEx(data->pdev->dev.hdc, 0, 0, NULL);
SetBkColor(data->pdev->dev.hdc, RGB(255, 255, 255));
SetBkMode(data->pdev->dev.hdc, OPAQUE);
SetMapMode(data->pdev->dev.hdc, MM_TEXT);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment