impr: Remove duplicate window name from macOS title bar

This commit is contained in:
WerWolv
2023-12-30 23:52:25 +01:00
parent 9c386e949d
commit b76e7ff678
4 changed files with 20 additions and 5 deletions

View File

@@ -2,6 +2,8 @@
#if defined(OS_MACOS)
struct GLFWwindow;
extern "C" {
void errorMessageMacos(const char *message);
@@ -9,6 +11,8 @@
bool isMacosSystemDarkModeEnabled();
float getBackingScaleFactor();
void setupMacosWindowStyle(GLFWwindow *window);
}
#endif