Skip to content

Commit

Permalink
internal: Fix change group current fullscreen state query (hyprwm#7802)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinaNancy authored and fufexan committed Sep 18, 2024
1 parent a611773 commit 7224fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/desktop/Window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ void CWindow::setGroupCurrent(PHLWINDOW pWindow) {
const auto PCURRENT = getGroupCurrent();
const bool FULLSCREEN = PCURRENT->isFullscreen();
const auto WORKSPACE = PCURRENT->m_pWorkspace;
const auto MODE = PCURRENT->m_sFullscreenState.client;
const auto MODE = PCURRENT->m_sFullscreenState.internal;

const auto PWINDOWSIZE = PCURRENT->m_vRealSize.goal();
const auto PWINDOWPOS = PCURRENT->m_vRealPosition.goal();
Expand Down

0 comments on commit 7224fde

Please sign in to comment.