Merge pull request #557 from xDarksome/main
Add window{open/close/move} IPC events (#549)
This commit is contained in:
commit
c4ba11729f
5 changed files with 21 additions and 4 deletions
|
|
@ -717,7 +717,7 @@ void CKeybindManager::moveActiveToWorkspace(std::string args) {
|
|||
|
||||
OLDWORKSPACE->m_bHasFullscreenWindow = false;
|
||||
|
||||
PWINDOW->m_iWorkspaceID = 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