mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-07 07:31:53 -07:00
protocols: refactor class member vars (a-m) (#10265)
This commit is contained in:
@@ -1686,7 +1686,7 @@ void CHyprRenderer::arrangeLayerArray(PHLMONITOR pMonitor, const std::vector<PHL
|
||||
continue;
|
||||
|
||||
const auto PLAYER = ls->m_layerSurface;
|
||||
const auto PSTATE = &PLAYER->current;
|
||||
const auto PSTATE = &PLAYER->m_current;
|
||||
if (exclusiveZone != (PSTATE->exclusive > 0))
|
||||
continue;
|
||||
|
||||
|
Reference in New Issue
Block a user