mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2025-05-12 13:20:36 +01:00
CShader -> SShader 22b12e3013
This commit is contained in:
parent
c25ee86113
commit
c491d28314
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue