hyprland-plugins/hyprtrails/globals.hpp
Constantin Piber c491d28314
Some checks failed
Nix / build (push) Has been cancelled
trails: Chase hyprland (#338)
CShader -> SShader 22b12e3013
2025-05-09 18:09:02 +02:00

12 lines
232 B
C++

#pragma once
#include <hyprland/src/plugins/PluginAPI.hpp>
inline HANDLE PHANDLE = nullptr;
struct SGlobalState {
SShader trailShader;
wl_event_source* tick = nullptr;
};
inline UP<SGlobalState> g_pGlobalState;