Fixes for multiple windows and example 22 (#2483)

This commit is contained in:
pezcode
2021-04-20 00:30:03 +02:00
committed by GitHub
parent 19fe73d00d
commit e8d4b3dcce
4 changed files with 18 additions and 15 deletions

View File

@@ -573,6 +573,8 @@ namespace entry
, (HINSTANCE)GetModuleHandle(NULL)
, 0
);
adjust(hwnd, msg->m_width, msg->m_height, true);
clear(hwnd);
m_hwnd[_wparam] = hwnd;