mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-24 06:15:57 +01:00
typo
This commit is contained in:
parent
83d69cb233
commit
1749fc7e7a
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ void CWindowManager::refreshDirtyWindows() {
|
||||||
if (window.getChildNodeAID() != 0 || window.getNoInterventions() || window.getDock())
|
if (window.getChildNodeAID() != 0 || window.getNoInterventions() || window.getDock())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
setEffectiveSizePosUsingConrgifig(&window);
|
setEffectiveSizePosUsingConfig(&window);
|
||||||
|
|
||||||
const auto PWORKSPACE = getWorkspaceByID(window.getWorkspaceID());
|
const auto PWORKSPACE = getWorkspaceByID(window.getWorkspaceID());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue