Sine Striker
2023-12-17 52a662ed17db6c3a3ff2050d61bc2e06ea21b056
src/core/contexts/abstractwindowcontext.cpp
@@ -76,6 +76,13 @@
        return true;
    }
#ifdef Q_OS_MAC
    void AbstractWindowContext::setSystemButtonArea(const QRect &rect) {
        m_systemButtonArea = rect;
        virtual_hook(SystemButtonAreaChangedHook, nullptr);
    }
#endif
    bool AbstractWindowContext::isInSystemButtons(const QPoint &pos,
                                                  WindowAgentBase::SystemButton *button) const {
        *button = WindowAgentBase::Unknown;