trails: Chase hyprland (#338)

CShader -> SShader 22b12e3013
This commit is contained in:
Constantin Piber 2025-05-09 18:09:02 +02:00 committed by GitHub
parent c25ee86113
commit c491d28314
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,8 +5,8 @@
inline HANDLE PHANDLE = nullptr;
struct SGlobalState {
CShader trailShader;
SShader trailShader;
wl_event_source* tick = nullptr;
};
inline UP<SGlobalState> g_pGlobalState;
inline UP<SGlobalState> g_pGlobalState;