mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-24 04:53:28 -04:00
SetWindowTitle() on Windows now changes start menu title as well.
This commit is contained in:
parent
2701efa60a
commit
eec6e82c29
1 changed files with 1 additions and 0 deletions
|
@ -637,6 +637,7 @@ namespace entry
|
|||
void setWindowTitle(const char* _title)
|
||||
{
|
||||
SetWindowTextA(s_ctx.m_hwnd, _title);
|
||||
SetWindowTextA(GetWindow(s_ctx.m_hwnd, GW_HWNDNEXT), _title);
|
||||
}
|
||||
|
||||
void toggleWindowFrame()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue