mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-23 02:45:58 +01:00
layout: allow drag on fullscreen windows
This commit is contained in:
parent
df691859fb
commit
b8f38dcbd3
1 changed files with 2 additions and 3 deletions
|
@ -179,9 +179,8 @@ void IHyprLayout::onBeginDragWindow() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (DRAGGINGWINDOW->m_bIsFullscreen) {
|
if (DRAGGINGWINDOW->m_bIsFullscreen) {
|
||||||
Debug::log(LOG, "Rejecting drag on a fullscreen window.");
|
Debug::log(LOG, "Dragging a fullscreen window");
|
||||||
g_pInputManager->currentlyDraggedWindow = nullptr;
|
g_pCompositor->setWindowFullscreen(DRAGGINGWINDOW, false, FULLSCREEN_FULL);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto PWORKSPACE = g_pCompositor->getWorkspaceByID(DRAGGINGWINDOW->m_iWorkspaceID);
|
const auto PWORKSPACE = g_pCompositor->getWorkspaceByID(DRAGGINGWINDOW->m_iWorkspaceID);
|
||||||
|
|
Loading…
Reference in a new issue