mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
kwin/mobiletaskswitcher: EffectScreen -> Output
This commit is contained in:
parent
c847cc53a1
commit
9e9362b6c0
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ void MobileTaskSwitcherEffect::reconfigure(ReconfigureFlags)
|
||||||
m_touchBorderActivate.append(ElectricBorder(border));
|
m_touchBorderActivate.append(ElectricBorder(border));
|
||||||
effects->registerRealtimeTouchBorder(ElectricBorder(border),
|
effects->registerRealtimeTouchBorder(ElectricBorder(border),
|
||||||
m_realtimeToggleAction,
|
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) {
|
if (m_status == Status::Active) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue