all: Change variable names to chase Hyprland (#324)

* flake.lock: update hyprland

* all: Change variable names to chase Hyprland
This commit is contained in:
Amadej Kastelic
2025-04-25 21:50:46 +02:00
committed by GitHub
parent bd929f71ef
commit 61ab0385c8
8 changed files with 18 additions and 18 deletions

View File

@ -97,7 +97,7 @@ void CBordersPlusPlus::drawPass(PHLMONITOR pMonitor, const float& a) {
return;
const auto PWORKSPACE = PWINDOW->m_pWorkspace;
const auto WORKSPACEOFFSET = PWORKSPACE && !PWINDOW->m_bPinned ? PWORKSPACE->m_vRenderOffset->value() : Vector2D();
const auto WORKSPACEOFFSET = PWORKSPACE && !PWINDOW->m_bPinned ? PWORKSPACE->m_renderOffset->value() : Vector2D();
auto rounding = PWINDOW->rounding() == 0 ? 0 : (PWINDOW->rounding() + **PBORDERSIZE) * pMonitor->scale;
const auto ROUNDINGPOWER = PWINDOW->roundingPower();