Commit 4843daae authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

wineps.drv: Fix EMR_SAVEDC record playback.

parent ccbf1d25
......@@ -2250,7 +2250,7 @@ static int WINAPI hmf_proc(HDC hdc, HANDLETABLE *htable,
}
case EMR_SAVEDC:
{
int ret = PlayEnhMetaFileRecord(hdc, htable, rec, handle_count);
int ret = PlayEnhMetaFileRecord(data->ctx->hdc, htable, rec, handle_count);
if (!data->saved_dc_size)
{
......
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