diff options
author | markt <markt> | 2007-07-07 01:56:46 (GMT) |
---|---|---|
committer | markt <markt> | 2007-07-07 01:56:46 (GMT) |
commit | 18cd70f74999b85ea5d35fc95fad3fdf33f1831e (patch) | |
tree | 7a149c79982a1eaa43aed5773cecfd482e426b8e /src/Screen.hh | |
parent | d39a5489b18ef28f21ba910c76cba8f1342bc97c (diff) | |
download | fluxbox-18cd70f74999b85ea5d35fc95fad3fdf33f1831e.zip fluxbox-18cd70f74999b85ea5d35fc95fad3fdf33f1831e.tar.bz2 |
save workspace names, and some fixes for menu behavior
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 |