rename cleanupWindows to cleanupFadingOut
This commit is contained in:
parent
109136af97
commit
6db68917ab
3 changed files with 3 additions and 3 deletions
|
|
@ -632,7 +632,7 @@ void CCompositor::moveWindowToTop(CWindow* pWindow) {
|
|||
}
|
||||
}
|
||||
|
||||
void CCompositor::cleanupWindows() {
|
||||
void CCompositor::cleanupFadingOut() {
|
||||
for (auto& w : m_lWindowsFadingOut) {
|
||||
|
||||
bool valid = windowExists(w);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue