parent
039c025bfb
commit
4c2629477c
1 changed files with 4 additions and 0 deletions
|
@ -747,6 +747,8 @@ void EffectsHandlerImpl::setTabBoxWindow(EffectWindow* w)
|
||||||
Workspace::self()->tabBox()->setCurrentClient(c);
|
Workspace::self()->tabBox()->setCurrentClient(c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
Q_UNUSED(w)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -756,6 +758,8 @@ void EffectsHandlerImpl::setTabBoxDesktop(int desktop)
|
||||||
if (Workspace::self()->hasTabBox()) {
|
if (Workspace::self()->hasTabBox()) {
|
||||||
Workspace::self()->tabBox()->setCurrentDesktop(desktop);
|
Workspace::self()->tabBox()->setCurrentDesktop(desktop);
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
Q_UNUSED(desktop)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue