1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 01:35:06 +01:00

Introduce WF_NO_TITLE_BAR and apply to windows

This commit is contained in:
Michael Steenbeek
2025-02-24 18:03:00 +01:00
committed by Gymnasiast
parent 9f343abdda
commit 078ba79cb8
14 changed files with 18 additions and 13 deletions

View File

@@ -290,6 +290,6 @@ namespace OpenRCT2::Ui::Windows
auto* windowMgr = GetWindowManager();
return windowMgr->Create<TitleMenuWindow>(
WindowClass::TitleMenu, ScreenCoordsXY(0, ContextGetHeight() - 182), 0, windowHeight,
WF_STICK_TO_BACK | WF_TRANSPARENT | WF_NO_BACKGROUND);
WF_STICK_TO_BACK | WF_TRANSPARENT | WF_NO_BACKGROUND | WF_NO_TITLE_BAR);
}
} // namespace OpenRCT2::Ui::Windows