mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(gx): use correct define for show window call
This commit is contained in:
parent
aecd79a57c
commit
69493f48ae
1 changed files with 1 additions and 1 deletions
|
|
@ -950,7 +950,7 @@ bool CGxDeviceD3d::ICreateWindow(CGxFormat& format) {
|
||||||
);
|
);
|
||||||
|
|
||||||
if (this->m_hwnd && format.maximize != 2) {
|
if (this->m_hwnd && format.maximize != 2) {
|
||||||
ShowWindow(this->m_hwnd, 1);
|
ShowWindow(this->m_hwnd, SW_SHOWNORMAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
return this->m_hwnd != nullptr;
|
return this->m_hwnd != nullptr;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue