fix scaling of update rect on windows client

This commit is contained in:
garbb
2022-08-27 17:34:27 -07:00
committed by akallabeth
parent f50d3f3f94
commit c869e647fa

View File

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