This commit is contained in:
Vaxry 2024-04-27 03:25:26 +01:00
parent cf4b6358d3
commit e081a44d36
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ class IHyprLayout;
class CWindow;
class IHyprWindowDecoration;
struct SConfigValue;
class CWindow;
typedef std::shared_ptr<CWindow> PHLWINDOW;
typedef std::weak_ptr<CWindow> PHLWINDOWREF;
/*
These methods are for the plugin to implement