1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/hyprland-plugins/sshader.patch
2025-05-24 20:09:22 +00:00

24 lines
749 B
Diff

commit c491d2831448645f24a1597a17f564aa52691ac6
Author: Constantin Piber <59023762+cpiber@users.noreply.github.com>
Date: Fri May 9 18:09:02 2025 +0200
trails: Chase hyprland (#338)
CShader -> SShader https://github.com/hyprwm/Hyprland/commit/22b12e3013adf66b462b174688f82bd53ba8e721
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<SGlobalState> g_pGlobalState;
\ No newline at end of file
+inline UP<SGlobalState> g_pGlobalState;