EffectsHandlerImpl::activateWindow operates on AbstractClient
And now PresentWindows finally activates and raises windows.
This commit is contained in:
parent
65ba0111fe
commit
377988eae9
1 changed files with 1 additions and 1 deletions
|
@ -877,7 +877,7 @@ void EffectsHandlerImpl::deleteRootProperty(long atom) const
|
|||
|
||||
void EffectsHandlerImpl::activateWindow(EffectWindow* c)
|
||||
{
|
||||
if (Client* cl = dynamic_cast< Client* >(static_cast<EffectWindowImpl*>(c)->window()))
|
||||
if (AbstractClient* cl = dynamic_cast< AbstractClient* >(static_cast<EffectWindowImpl*>(c)->window()))
|
||||
Workspace::self()->activateClient(cl, true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue