Fixed a small bug in the Direct2D test.
This commit is contained in:
parent
873763451a
commit
40a4361498
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue