Added wlr_foreign_toplevel_v1
This commit is contained in:
parent
d2e1899f26
commit
fdb3f610e5
6 changed files with 28 additions and 0 deletions
|
|
@ -90,6 +90,9 @@ public:
|
|||
// For hidden windows and stuff
|
||||
bool m_bHidden = false;
|
||||
|
||||
// Foreign Toplevel proto
|
||||
wlr_foreign_toplevel_handle_v1* m_phForeignToplevel = nullptr;
|
||||
|
||||
// Window decorations
|
||||
std::deque<std::unique_ptr<IHyprWindowDecoration>> m_dWindowDecorations;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue