mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 17:05:59 +01:00
missed 2 structs
This commit is contained in:
parent
31a079b347
commit
cb1a36faf0
2 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ struct SConstraint {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
struct CMonitor;
|
class CMonitor;
|
||||||
|
|
||||||
struct SXDGPopup {
|
struct SXDGPopup {
|
||||||
CWindow* parentWindow = nullptr;
|
CWindow* parentWindow = nullptr;
|
||||||
|
|
|
@ -14,7 +14,7 @@ struct SWindowDecorationExtents {
|
||||||
};
|
};
|
||||||
|
|
||||||
class CWindow;
|
class CWindow;
|
||||||
struct CMonitor;
|
class CMonitor;
|
||||||
|
|
||||||
interface IHyprWindowDecoration {
|
interface IHyprWindowDecoration {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue