From c869e647fa3069b9b552d13cd4898ac7d0c03a40 Mon Sep 17 00:00:00 2001 From: garbb Date: Sat, 27 Aug 2022 17:34:27 -0700 Subject: [PATCH] fix scaling of update rect on windows client --- client/Windows/wf_gdi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Windows/wf_gdi.c b/client/Windows/wf_gdi.c index f572ee77c..60d3bd5da 100644 --- a/client/Windows/wf_gdi.c +++ b/client/Windows/wf_gdi.c @@ -209,7 +209,7 @@ static HBRUSH wf_create_brush(wfContext* wfc, rdpBrush* brush, UINT32 color, UIN return br; } -static BOOL wf_scale_rect(wfContext* wfc, RECT* source) +BOOL wf_scale_rect(wfContext* wfc, RECT* source) { UINT32 ww, wh, dw, dh; rdpSettings* settings;