Sine Striker
2023-12-13 bbd0f1932fcf7a730d8ab9410e158f2b1035bc23
src/core/contexts/abstractwindowcontext.cpp
@@ -98,10 +98,6 @@
        return true;
    }
    void AbstractWindowContext::showSystemMenu(const QPoint &pos) {
        virtual_hook(ShowSystemMenuHook, &const_cast<QPoint &>(pos));
    }
    QRegion AbstractWindowContext::hitTestShape() const {
        if (hitTestVisibleShapeDirty) {
            hitTestVisibleShape = {};
@@ -204,4 +200,8 @@
        }
    }
    void AbstractWindowContext::showSystemMenu(const QPoint &pos) {
        virtual_hook(ShowSystemMenuHook, &const_cast<QPoint &>(pos));
    }
}