Update wf_client.c

This commit is contained in:
garbb 2022-09-02 10:08:56 -07:00 committed by akallabeth
parent c5573371c2
commit ef5316ca1d
1 changed files with 1 additions and 1 deletions

View File

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