mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2026-08-18 02:58:43 +00:00
fix(all): chase hyprland renderer changes
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user