Fixed a small bug in the Direct2D test.

This commit is contained in:
Pietro Gagliardi 2015-09-18 14:38:09 -04:00
parent 873763451a
commit 40a4361498
1 changed files with 1 additions and 0 deletions

View File

@ -664,6 +664,7 @@ HWND makeArea(DWORD exstyle, DWORD style, int x, int y, int cx, int cy, HWND par
// TODO
a = malloc(sizeof (uiArea));
a->rt = NULL;
a->ah = ah;