mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-11-23 21:14:24 +03:00
missed 2 structs
This commit is contained in:
parent
31a079b347
commit
cb1a36faf0
@ -143,7 +143,7 @@ struct SConstraint {
|
||||
}
|
||||
};
|
||||
|
||||
struct CMonitor;
|
||||
class CMonitor;
|
||||
|
||||
struct SXDGPopup {
|
||||
CWindow* parentWindow = nullptr;
|
||||
|
@ -14,7 +14,7 @@ struct SWindowDecorationExtents {
|
||||
};
|
||||
|
||||
class CWindow;
|
||||
struct CMonitor;
|
||||
class CMonitor;
|
||||
|
||||
interface IHyprWindowDecoration {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user