Allow decos to request interactivity
This commit is contained in:
parent
984c2fdc68
commit
2187c6cf43
6 changed files with 56 additions and 6 deletions
|
|
@ -7,3 +7,7 @@ IHyprWindowDecoration::~IHyprWindowDecoration() {}
|
|||
SWindowDecorationExtents IHyprWindowDecoration::getWindowDecorationReservedArea() {
|
||||
return SWindowDecorationExtents{};
|
||||
}
|
||||
|
||||
bool IHyprWindowDecoration::allowsInput() {
|
||||
return false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue