fix ed70462a07ae650f01002c25ce5b5104f19f2892
ignoredWindows is not limited to the opengl backend CCMAIL: kde@michael-jansen.biz
This commit is contained in:
parent
6630e49d1d
commit
4bf61c556b
1 changed files with 1 additions and 1 deletions
|
@ -324,8 +324,8 @@ void LogoutEffect::slotWindowDeleted(EffectWindow* w)
|
|||
{
|
||||
#ifdef KWIN_HAVE_OPENGL_COMPOSITING
|
||||
windows.removeAll(w);
|
||||
ignoredWindows.removeAll(w);
|
||||
#endif
|
||||
ignoredWindows.removeAll(w);
|
||||
if (w == logoutWindow)
|
||||
logoutWindow = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue