mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 20:51:58 -07:00
missed 2 structs
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user