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 9e5b7a8..91dcf15 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -355,6 +355,8 @@ public: | |||
355 | */ | 355 | */ |
356 | void leftWorkspace(int delta); | 356 | void leftWorkspace(int delta); |
357 | 357 | ||
358 | /// update workspace name for given workspace | ||
359 | void updateWorkspaceName(unsigned int w); | ||
358 | /// remove all workspace names | 360 | /// remove all workspace names |
359 | void removeWorkspaceNames(); | 361 | void removeWorkspaceNames(); |
360 | /// update the workspace name atom | 362 | /// update the workspace name atom |