diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 77a5169..8ab3fc5 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -347,6 +347,8 @@ public: | |||
347 | */ | 347 | */ |
348 | void leftWorkspace(int delta); | 348 | void leftWorkspace(int delta); |
349 | 349 | ||
350 | /// update workspace name for given workspace | ||
351 | void updateWorkspaceName(unsigned int w); | ||
350 | /// remove all workspace names | 352 | /// remove all workspace names |
351 | void removeWorkspaceNames(); | 353 | void removeWorkspaceNames(); |
352 | /// update the workspace name atom | 354 | /// update the workspace name atom |