mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 05:31:59 -07:00
layers: refactor class member vars (#10149)
* layers: refactor class member vars * popups: rename m_WLSurface to m_wlSurface
This commit is contained in:
@@ -339,8 +339,8 @@ void CMonitor::onDisconnect(bool destroy) {
|
||||
|
||||
for (size_t i = 0; i < 4; ++i) {
|
||||
for (auto const& ls : m_aLayerSurfaceLayers[i]) {
|
||||
if (ls->layerSurface && !ls->fadingOut)
|
||||
ls->layerSurface->sendClosed();
|
||||
if (ls->m_layerSurface && !ls->m_fadingOut)
|
||||
ls->m_layerSurface->sendClosed();
|
||||
}
|
||||
m_aLayerSurfaceLayers[i].clear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user