added a swapactiveworkspaces dispatcher
This commit is contained in:
parent
de477a6ff5
commit
e327b0a835
4 changed files with 103 additions and 37 deletions
|
|
@ -145,6 +145,8 @@ public:
|
|||
void updateWindowAnimatedDecorationValues(CWindow*);
|
||||
int getNextAvailableMonitorID();
|
||||
void moveWorkspaceToMonitor(CWorkspace*, CMonitor*);
|
||||
void swapActiveWorkspaces(CMonitor*, CMonitor*);
|
||||
CMonitor* getMonitorFromString(const std::string&);
|
||||
bool workspaceIDOutOfBounds(const int&);
|
||||
void setWindowFullscreen(CWindow*, bool, eFullscreenMode);
|
||||
void moveUnmanagedX11ToWindows(CWindow*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue