revert: keep macOS main window titlebar opaque

This commit is contained in:
dijunkun
2026-07-28 16:29:32 +08:00
parent c53ce2a581
commit eed90dad34
3 changed files with 5 additions and 17 deletions
+3 -4
View File
@@ -8,10 +8,9 @@ namespace crossdesk {
// left-mouse-down event. Returns false when no suitable native event exists.
bool StartNativeWindowDrag();
// Normalizes the native title bar and hides the disabled zoom button on
// CrossDesk's fixed-size main window. Returns true once the matching AppKit
// window has been configured.
bool ConfigureMainWindowTitlebar();
// Hides the disabled native zoom button on CrossDesk's fixed-size main
// window. Returns true once the matching AppKit window has been configured.
bool HideDisabledMainWindowZoomButton();
// Configures live resize and replaces the stream window's native Space
// fullscreen action with an immediate, single-window fullscreen transition.