diff options
author | fluxgen <fluxgen> | 2003-06-12 14:30:01 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-12 14:30:01 (GMT) |
commit | fa254cccd4f35b787dc1d75004d4d5a0a6b38105 (patch) | |
tree | c8b64ae512bbc3a02c9b15c84c45136336da1b71 /src/Workspace.hh | |
parent | e9ae291109cc44d86b53875a65470a6f34a32aef (diff) | |
download | fluxbox_paul-fa254cccd4f35b787dc1d75004d4d5a0a6b38105.zip fluxbox_paul-fa254cccd4f35b787dc1d75004d4d5a0a6b38105.tar.bz2 |
getting workspace name directly in constructor
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r-- | src/Workspace.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh index a8c6e8c..bca7e41 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh | |||
@@ -47,7 +47,7 @@ class Workspace:private FbTk::NotCopyable { | |||
47 | public: | 47 | public: |
48 | typedef std::vector<FluxboxWindow *> Windows; | 48 | typedef std::vector<FluxboxWindow *> Windows; |
49 | 49 | ||
50 | Workspace(BScreen &screen, FbTk::MultLayers &layermanager, | 50 | Workspace(BScreen &screen, FbTk::MultLayers &layermanager, const std::string &name, |
51 | unsigned int workspaceid = 0); | 51 | unsigned int workspaceid = 0); |
52 | ~Workspace(); | 52 | ~Workspace(); |
53 | 53 | ||