feat: Display titlebar buttons when not running borderless (#1099)

Tested on Linux (non-borderless) and Windows (borderless)

You may want to also test it just to be sure
This commit is contained in:
iTrooz
2023-05-25 09:26:40 +02:00
committed by GitHub
parent 7d457998d7
commit d2638c4f27
9 changed files with 112 additions and 84 deletions

View File

@@ -72,9 +72,6 @@ namespace hex {
void Window::endNativeWindowFrame() {
}
void Window::drawTitleBar() {
}
}
#endif