[PATCH 3/3] wineps: Leave passthrough mode at the end of the page.
3 Oct
2018
3 Oct
'18
10:39 a.m.
Signed-off-by: Huw Davies <huw(a)codeweavers.com> --- dlls/wineps.drv/escape.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/wineps.drv/escape.c b/dlls/wineps.drv/escape.c index 7b90116..43bbe18 100644 --- a/dlls/wineps.drv/escape.c +++ b/dlls/wineps.drv/escape.c @@ -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); -- 2.7.4
2629
Age (days ago)
2629
Last active (days ago)
0 comments
1 participants
participants (1)
-
Huw Davies