mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-06 15:11:57 -07:00
renderer: go back to rendering layers without reverse
This commit is contained in:
@@ -570,9 +570,8 @@ void CHyprRenderer::renderAllClientsForMonitor(const int& ID, timespec* time) {
|
|||||||
renderIMEPopup(&imep, PMONITOR, time);
|
renderIMEPopup(&imep, PMONITOR, time);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (auto ls = PMONITOR->m_aLayerSurfaceLayers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY].rbegin(); ls != PMONITOR->m_aLayerSurfaceLayers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY].rend();
|
for (auto& ls : PMONITOR->m_aLayerSurfaceLayers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY]) {
|
||||||
ls++) {
|
renderLayer(ls.get(), PMONITOR, time);
|
||||||
renderLayer(ls->get(), PMONITOR, time);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
renderDragIcon(PMONITOR, time);
|
renderDragIcon(PMONITOR, time);
|
||||||
|
Reference in New Issue
Block a user