CCompositor::moveWindowToWorkspace -> CWindow::moveToWorkspace
This commit is contained in:
parent
0f25f3aee3
commit
f7f3446882
6 changed files with 15 additions and 18 deletions
|
|
@ -679,7 +679,7 @@ void CKeybindManager::moveActiveToWorkspace(std::string args) {
|
|||
|
||||
OLDWORKSPACE->m_bHasFullscreenWindow = false;
|
||||
|
||||
g_pCompositor->moveWindowToWorkspace(PWINDOW, PWORKSPACE->m_iID);
|
||||
PWINDOW->moveToWorkspace(PWORKSPACE->m_iID);
|
||||
PWINDOW->m_iMonitorID = PWORKSPACE->m_iMonitorID;
|
||||
PWINDOW->m_bIsFullscreen = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue