mirror of https://github.com/FreeRDP/FreeRDP
Update wf_client.c
This commit is contained in:
parent
c5573371c2
commit
ef5316ca1d
|
@ -115,7 +115,7 @@ static BOOL wf_end_paint(rdpContext* context)
|
|||
updateRect.top = extents->top;
|
||||
updateRect.right = extents->right;
|
||||
updateRect.bottom = extents->bottom;
|
||||
|
||||
|
||||
wf_scale_rect(wfc, &updateRect);
|
||||
|
||||
InvalidateRect(wfc->hwnd, &updateRect, FALSE);
|
||||
|
|
Loading…
Reference in New Issue