fix(all): chase hyprland renderer changes

This commit is contained in:
matt1432
2025-07-10 12:47:24 -04:00
committed by Mihai Fufezan
parent 87cbd36457
commit 3eaa665afe
4 changed files with 4 additions and 4 deletions

View File

@ -73,7 +73,7 @@ void CBordersPlusPlus::draw(PHLMONITOR pMonitor, const float& a) {
CBorderPPPassElement::SBorderPPData data;
data.deco = this;
g_pHyprRenderer->m_renderPass.add(makeShared<CBorderPPPassElement>(data));
g_pHyprRenderer->m_renderPass.add(makeUnique<CBorderPPPassElement>(data));
}
void CBordersPlusPlus::drawPass(PHLMONITOR pMonitor, const float& a) {