feat: --cm hide task bar

This commit is contained in:
Kingtous
2022-10-26 16:57:56 +08:00
parent 2301d09303
commit 6f2ef398bf
3 changed files with 30 additions and 9 deletions

View File

@@ -36,7 +36,8 @@ class Win32Window {
// true if the window was created successfully.
bool CreateAndShow(const std::wstring& title,
const Point& origin,
const Size& size);
const Size& size,
bool showOnTaskBar = true);
// Release OS resources associated with window.
void Destroy();