diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 953411c..ac27df1 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -360,7 +360,7 @@ public: | |||
360 | */ | 360 | */ |
361 | std::string getNameOfWorkspace(unsigned int workspace) const; | 361 | std::string getNameOfWorkspace(unsigned int workspace) const; |
362 | /// changes workspace to specified id | 362 | /// changes workspace to specified id |
363 | void changeWorkspaceID(unsigned int); | 363 | void changeWorkspaceID(unsigned int, bool revert = true); |
364 | /** | 364 | /** |
365 | * Sends a window to a workspace | 365 | * Sends a window to a workspace |
366 | * @param workspace the workspace id | 366 | * @param workspace the workspace id |