internal: fix fullscreen typos (#7134)

modified:   src/events/Windows.cpp
modified:   src/layout/DwindleLayout.cpp
This commit is contained in:
MightyPlaza
2024-08-01 12:59:52 +00:00
committed by GitHub
parent 60571cd5cc
commit c8873b958d
2 changed files with 3 additions and 3 deletions

View File

@@ -926,7 +926,7 @@ void CHyprDwindleLayout::switchWindows(PHLWINDOW pWindow, PHLWINDOW pWindow2) {
return;
const eFullscreenMode MODE1 = pWindow->m_sFullscreenState.internal;
const eFullscreenMode MODE2 = pWindow->m_sFullscreenState.internal;
const eFullscreenMode MODE2 = pWindow2->m_sFullscreenState.internal;
g_pCompositor->setWindowFullscreenInternal(pWindow, FSMODE_NONE);
g_pCompositor->setWindowFullscreenInternal(pWindow2, FSMODE_NONE);