groupbar: add enabling groupbar and setting priority (#4299)

This commit is contained in:
MightyPlaza
2023-12-30 14:18:53 +00:00
committed by GitHub
parent 5f8e4068e5
commit 2ad2e1d5f5
6 changed files with 39 additions and 9 deletions

View File

@@ -348,6 +348,7 @@ class CWindow {
void addWindowDeco(std::unique_ptr<IHyprWindowDecoration> deco);
void updateWindowDecos();
void removeWindowDeco(IHyprWindowDecoration* deco);
void uncacheWindowDecos();
bool checkInputOnDecos(const eInputType, const Vector2D&, std::any = {});
pid_t getPID();
IHyprWindowDecoration* getDecorationByType(eDecorationType);