Allow decos to request interactivity

This commit is contained in:
vaxerski
2023-02-28 22:32:42 +00:00
parent 984c2fdc68
commit 2187c6cf43
6 changed files with 56 additions and 6 deletions

View File

@@ -33,4 +33,6 @@ interface IHyprWindowDecoration {
virtual void damageEntire() = 0;
virtual SWindowDecorationExtents getWindowDecorationReservedArea();
virtual bool allowsInput();
};