Commit 83f0862b authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

wineps: Handle EMR_SETARCDIRECTION record in spool files.

parent ec2d0e9d
......@@ -521,6 +521,7 @@ static int WINAPI hmf_proc(HDC hdc, HANDLETABLE *htable,
case EMR_MOVETOEX:
case EMR_SETWORLDTRANSFORM:
case EMR_MODIFYWORLDTRANSFORM:
case EMR_SETARCDIRECTION:
return PlayEnhMetaFileRecord(data->pdev->dev.hdc, htable, rec, n);
default:
FIXME("unsupported record: %ld\n", rec->iType);
......
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