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

Alexandre Julliard julliard at winehq.org
Wed Oct 3 18:23:29 CDT 2018


Module: wine
Branch: master
Commit: cd9e63f7581c459b385cd20aa8d9b004de498d0e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=cd9e63f7581c459b385cd20aa8d9b004de498d0e

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed Oct  3 11:39:21 2018 +0100

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

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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);




More information about the wine-cvs mailing list