added margin and padding support, some fixes: yoga needs many values to be initialized properly
This commit is contained in:
@@ -227,6 +227,7 @@ int main()
|
||||
wc.lpfnWndProc = (WNDPROC)WndProc;
|
||||
wc.lpszClassName = className;
|
||||
wc.hbrBackground = (HBRUSH)COLOR_WINDOW;
|
||||
wc.hCursor = LoadCursor(NULL, IDC_ARROW);
|
||||
|
||||
RegisterClass(&wc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user