effects/blendchanges: move effect chain position after blur and backgroundcontrast

This commit is contained in:
Mouse Zhang 2022-11-21 15:49:15 +08:00 committed by MouseZhang
parent fc27c9cb6d
commit 631c566ad9
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@ public:
void deform(EffectWindow *window, int mask, WindowPaintData &data, WindowQuadList &quads) override;
bool isActive() const override;
int requestedEffectChainPosition() const override
{
return 77;
}
public Q_SLOTS:
/**
* Called from DBus, this should be called before triggering any changes