This commit is contained in:
vaxerski 2022-07-20 23:51:14 +02:00
parent 40cb245f46
commit d107a2fc06
1 changed files with 2 additions and 2 deletions

View File

@ -587,8 +587,8 @@ void CHyprRenderer::arrangeLayerArray(SMonitor* pMonitor, const std::list<SLayer
apply_exclusive(usableArea, PSTATE->anchor, PSTATE->exclusive_zone, PSTATE->margin.top, PSTATE->margin.right, PSTATE->margin.bottom, PSTATE->margin.left);
if (!same)
wlr_layer_surface_v1_configure(ls->layerSurface, box.width, box.height);
//if (!same)
// wlr_layer_surface_v1_configure(ls->layerSurface, box.width, box.height);
Debug::log(LOG, "LayerSurface %x arranged: x: %i y: %i w: %i h: %i with margins: t: %i l: %i r: %i b: %i", &ls, box.x, box.y, box.width, box.height, PSTATE->margin.top, PSTATE->margin.left, PSTATE->margin.right, PSTATE->margin.bottom);
}