mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 13:41:59 -07:00
remove old comment and fixup lsl var name
This commit is contained in:
@@ -193,10 +193,10 @@ void CMonitor::onDisconnect() {
|
||||
hyprListener_monitorFrame.removeCallback();
|
||||
|
||||
for (size_t i = 0; i < 4; ++i) {
|
||||
for (auto& ls : m_aLayerSurfaceLists[i]) {
|
||||
for (auto& ls : m_aLayerSurfaceLayers[i]) {
|
||||
wlr_layer_surface_v1_destroy(ls->layerSurface);
|
||||
}
|
||||
m_aLayerSurfaceLists[i].clear();
|
||||
m_aLayerSurfaceLayers[i].clear();
|
||||
}
|
||||
|
||||
Debug::log(LOG, "Removed monitor %s!", szName.c_str());
|
||||
|
Reference in New Issue
Block a user