Zhao Yuhang
2023-12-20 503d6461cde51aefeea73fc956264cbc815e9c14
src/core/contexts/abstractwindowcontext.cpp
@@ -28,12 +28,12 @@
        auto newVar = var;
        auto oldVar = it.value();
        void *a[] = {
        void *args[] = {
            &const_cast<QString &>(key),
            &newVar,
            &oldVar,
        };
        virtual_hook(WindowAttributeChangedHook, a);
        virtual_hook(WindowAttributeChangedHook, args);
    }
    bool AbstractWindowContext::setHitTestVisible(const QObject *obj, bool visible) {