Double-correction of previous commit.

This commit is contained in:
Pietro Gagliardi 2015-12-09 15:38:24 -05:00
parent 5f530c5bf7
commit 919e5f09cd
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ static HRESULT doPaint(uiArea *a, ID2D1RenderTarget *rt, RECT *clip)
dp.Context = newContext(rt);
ID2D1RenderTarget_GetSize(rt, &size);
size = ID2D1RenderTarget_GetSize(rt);
dp.ClientWidth = size.width;
dp.ClientHeight = size.height;