diff --git a/src/plugins/PluginAPI.hpp b/src/plugins/PluginAPI.hpp index 09855dd4..2932ead9 100644 --- a/src/plugins/PluginAPI.hpp +++ b/src/plugins/PluginAPI.hpp @@ -61,6 +61,10 @@ class IHyprLayout; class CWindow; class IHyprWindowDecoration; struct SConfigValue; +class CWindow; + +typedef std::shared_ptr PHLWINDOW; +typedef std::weak_ptr PHLWINDOWREF; /* These methods are for the plugin to implement