mirror of https://gitee.com/openkylin/kwin.git
effects/blendchanges: move effect chain position after blur and backgroundcontrast
This commit is contained in:
parent
fc27c9cb6d
commit
631c566ad9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue