mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
fix scaling of update rect on windows client
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user