aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/layout
diff options
context:
space:
mode:
authorMightyPlaza <[email protected]>2024-08-01 12:59:52 +0000
committerGitHub <[email protected]>2024-08-01 14:59:52 +0200
commitc8873b958dd9330c364339ac4ab58e32b27d82b4 (patch)
tree703a31de0db849a69232e5434221575922634c28 /src/layout
parent60571cd5ccc76f91209ef2faac93ecea542de221 (diff)
downloadHyprland-c8873b958dd9330c364339ac4ab58e32b27d82b4.tar.gz
Hyprland-c8873b958dd9330c364339ac4ab58e32b27d82b4.zip
internal: fix fullscreen typos (#7134)
modified: src/events/Windows.cpp modified: src/layout/DwindleLayout.cpp
Diffstat (limited to 'src/layout')
-rw-r--r--src/layout/DwindleLayout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/DwindleLayout.cpp b/src/layout/DwindleLayout.cpp
index 336c8c68..7253275d 100644
--- a/src/layout/DwindleLayout.cpp
+++ b/src/layout/DwindleLayout.cpp
@@ -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);