From: Piotr Caban piotr@codeweavers.com
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55927 --- dlls/wineps.drv/printproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/wineps.drv/printproc.c b/dlls/wineps.drv/printproc.c index 46ebe0b8e04..8a8456ffc3a 100644 --- a/dlls/wineps.drv/printproc.c +++ b/dlls/wineps.drv/printproc.c @@ -2247,7 +2247,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) {
This merge request was approved by Huw Davies.