missed 2 structs

This commit is contained in:
vaxerski 2022-07-27 12:36:56 +02:00
parent 31a079b347
commit cb1a36faf0
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ struct SConstraint {
}
};
struct CMonitor;
class CMonitor;
struct SXDGPopup {
CWindow* parentWindow = nullptr;

View File

@ -14,7 +14,7 @@ struct SWindowDecorationExtents {
};
class CWindow;
struct CMonitor;
class CMonitor;
interface IHyprWindowDecoration {
public: