oops forgot about this

This commit is contained in:
vaxerski 2022-05-14 20:12:29 +02:00
parent f7214114d4
commit e8a432e979

View file

@ -70,8 +70,7 @@ void CHyprRenderer::renderWorkspaceWithFullscreenWindow(SMonitor* pMonitor, CWor
// and the overlay layers // and the overlay layers
for (auto& ls : pMonitor->m_aLayerSurfaceLists[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY]) { for (auto& ls : pMonitor->m_aLayerSurfaceLists[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY]) {
SRenderData renderdata = {pMonitor->output, time, ls->geometry.x, ls->geometry.y}; renderLayer(ls, pMonitor, time);
wlr_surface_for_each_surface(ls->layerSurface->surface, renderSurface, &renderdata);
} }
renderDragIcon(pMonitor, time); renderDragIcon(pMonitor, time);