Commit cd9e63f7 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

wineps: Leave passthrough mode at the end of the page.

parent 187f90d8
......@@ -384,6 +384,8 @@ INT PSDRV_EndPage( PHYSDEV dev )
FIXME("Already ended a page?\n");
return 1;
}
passthrough_leave(dev);
if(!PSDRV_WriteEndPage( dev ))
return 0;
PSDRV_EmptyDownloadList(dev, FALSE);
......
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