Zhao Yuhang
2023-12-17 2f8c059ea4a942064c38044c28539e37cd6e0fbc
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;