From cb1a36faf0e93ee4595fe8424420b99014fdbf69 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 27 Jul 2022 12:36:56 +0200 Subject: [PATCH] missed 2 structs --- src/helpers/WLClasses.hpp | 2 +- src/render/decorations/IHyprWindowDecoration.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helpers/WLClasses.hpp b/src/helpers/WLClasses.hpp index c740fd91..d104f2ad 100644 --- a/src/helpers/WLClasses.hpp +++ b/src/helpers/WLClasses.hpp @@ -143,7 +143,7 @@ struct SConstraint { } }; -struct CMonitor; +class CMonitor; struct SXDGPopup { CWindow* parentWindow = nullptr; diff --git a/src/render/decorations/IHyprWindowDecoration.hpp b/src/render/decorations/IHyprWindowDecoration.hpp index e6f65f7e..6c4a9b50 100644 --- a/src/render/decorations/IHyprWindowDecoration.hpp +++ b/src/render/decorations/IHyprWindowDecoration.hpp @@ -14,7 +14,7 @@ struct SWindowDecorationExtents { }; class CWindow; -struct CMonitor; +class CMonitor; interface IHyprWindowDecoration { public: