parent
c198d744b7
commit
f4f3aa2e50
7 changed files with 100 additions and 9 deletions
|
|
@ -593,4 +593,8 @@ void IHyprLayout::requestFocusForWindow(CWindow* pWindow) {
|
|||
g_pCompositor->focusWindow(pWindow);
|
||||
}
|
||||
|
||||
Vector2D IHyprLayout::predictSizeForNewWindow() {
|
||||
return Vector2D{};
|
||||
}
|
||||
|
||||
IHyprLayout::~IHyprLayout() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue