From 4e85fb4fbfc0ffa4b29c61ecd19cfde93ecebaed Mon Sep 17 00:00:00 2001 From: Vaxry Date: Tue, 18 Mar 2025 16:19:18 +0000 Subject: [PATCH] hyprbars: fix outdated render call fixes #303 --- hyprbars/barDeco.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprbars/barDeco.cpp b/hyprbars/barDeco.cpp index dd999b0..52840fd 100644 --- a/hyprbars/barDeco.cpp +++ b/hyprbars/barDeco.cpp @@ -560,7 +560,7 @@ void CHyprBar::renderPass(PHLMONITOR pMonitor, const float& a) { } if (SHOULDBLUR) - g_pHyprOpenGL->renderRectWithBlur(titleBarBox, color, scaledRounding, a); + g_pHyprOpenGL->renderRectWithBlur(titleBarBox, color, scaledRounding, m_pWindow->roundingPower(), a); else g_pHyprOpenGL->renderRect(titleBarBox, color, scaledRounding);