Commit d200b0fc authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

wineps: Handle EMR_REALIZEPALETTE record in spool files.

parent d1c31772
......@@ -2977,6 +2977,7 @@ static int WINAPI hmf_proc(HDC hdc, HANDLETABLE *htable,
case EMR_CREATEBRUSHINDIRECT:
case EMR_SELECTPALETTE:
case EMR_CREATEPALETTE:
case EMR_REALIZEPALETTE:
case EMR_SETARCDIRECTION:
case EMR_CLOSEFIGURE:
case EMR_FLATTENPATH:
......
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