kwin/mobiletaskswitcher: EffectScreen -> Output

This commit is contained in:
Vlad Zahorodnii 2023-10-26 19:04:13 +03:00
parent c847cc53a1
commit 9e9362b6c0

View file

@ -102,7 +102,7 @@ void MobileTaskSwitcherEffect::reconfigure(ReconfigureFlags)
m_touchBorderActivate.append(ElectricBorder(border));
effects->registerRealtimeTouchBorder(ElectricBorder(border),
m_realtimeToggleAction,
[this](ElectricBorder border, const QPointF &deltaProgress, const EffectScreen *screen) {
[this](ElectricBorder border, const QPointF &deltaProgress, const Output *screen) {
if (m_status == Status::Active) {
return;
}