From a3261996b96872e8b73651cc8890265b0c1d053e Mon Sep 17 00:00:00 2001 From: Virt <41426325+VirtCode@users.noreply.github.com> Date: Thu, 8 May 2025 09:14:50 +0200 Subject: [PATCH] fix: update struct name to match hl https://github.com/hyprwm/Hyprland/commit/22b12e3013adf66b462b174688f82bd53ba8e721 --- src/render/renderer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/render/renderer.cpp b/src/render/renderer.cpp index 36f5d34..644baeb 100644 --- a/src/render/renderer.cpp +++ b/src/render/renderer.cpp @@ -69,7 +69,7 @@ void renderCursorTextureInternalWithDamage(SP tex, CBox* pBox, const C Mat3x3 glMatrix = g_pHyprOpenGL->m_renderData.projection.copy().multiply(matrix); - CShader* shader = nullptr; + SShader* shader = nullptr; switch (tex->m_type) { case TEXTURE_RGBA: shader = &g_pHyprOpenGL->m_shaders->m_shRGBA; break;