mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-01 15:48:30 +00:00
rename cleanupWindows to cleanupFadingOut
This commit is contained in:
@@ -632,7 +632,7 @@ void CCompositor::moveWindowToTop(CWindow* pWindow) {
|
||||
}
|
||||
}
|
||||
|
||||
void CCompositor::cleanupWindows() {
|
||||
void CCompositor::cleanupFadingOut() {
|
||||
for (auto& w : m_lWindowsFadingOut) {
|
||||
|
||||
bool valid = windowExists(w);
|
||||
|
Reference in New Issue
Block a user