2
* Functions related to window occupation and workspaces. Not the
3
* workspace manager itself; that's off with the icon managers.
8
#include "functions_internal.h"
10
#include "occupation.h"
15
WMgrRemoveFromCurrentWorkSpace(Scr->currentvs, tmp_win);
20
WMgrAddToCurrentWorkSpaceAndWarp(Scr->currentvs, action);
23
DFHANDLER(addtoworkspace)
25
AddToWorkSpace(action, tmp_win);
28
DFHANDLER(removefromworkspace)
30
RemoveFromWorkSpace(action, tmp_win);
33
DFHANDLER(toggleoccupation)
35
ToggleOccupation(action, tmp_win);
38
DFHANDLER(movetonextworkspace)
40
MoveToNextWorkSpace(Scr->currentvs, tmp_win);
43
DFHANDLER(movetoprevworkspace)
45
MoveToPrevWorkSpace(Scr->currentvs, tmp_win);
48
DFHANDLER(movetonextworkspaceandfollow)
50
MoveToNextWorkSpaceAndFollow(Scr->currentvs, tmp_win);
53
DFHANDLER(movetoprevworkspaceandfollow)
55
MoveToPrevWorkSpaceAndFollow(Scr->currentvs, tmp_win);