wineps: Leave passthrough mode at the end of the page.
Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
187f90d899
commit
cd9e63f758
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue