From c491d2831448645f24a1597a17f564aa52691ac6 Mon Sep 17 00:00:00 2001 From: Constantin Piber <59023762+cpiber@users.noreply.github.com> Date: Fri, 9 May 2025 18:09:02 +0200 Subject: [PATCH] trails: Chase hyprland (#338) CShader -> SShader https://github.com/hyprwm/Hyprland/commit/22b12e3013adf66b462b174688f82bd53ba8e721 --- hyprtrails/globals.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyprtrails/globals.hpp b/hyprtrails/globals.hpp index f5d8802..5abe391 100644 --- a/hyprtrails/globals.hpp +++ b/hyprtrails/globals.hpp @@ -5,8 +5,8 @@ inline HANDLE PHANDLE = nullptr; struct SGlobalState { - CShader trailShader; + SShader trailShader; wl_event_source* tick = nullptr; }; -inline UP g_pGlobalState; \ No newline at end of file +inline UP g_pGlobalState;