Sine Striker
2023-12-17 ddfcd1e70643cc08161e9a032eb33f62e86d1cd3
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;