diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-04-12 06:05:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-04-12 06:05:04 +0000 |
| commit | 8d3c97389f23271c7b44a726111c97d34bc2ced2 (patch) | |
| tree | 785933ad6c2ca8d754f62420d9dbdbf2744b4ddf /src/Screen.h | |
| parent | e532e9576baa72559543aa1fa19852d38c1fe5e4 (diff) | |
save_rc() using the obResource class to save blackbox's configuration.
renamed BScreen::getCount to BScreen::getWorkspaceCount.
Diffstat (limited to 'src/Screen.h')
| -rw-r--r-- | src/Screen.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Screen.h b/src/Screen.h index 1bf2a8cd..851c45dd 100644 --- a/src/Screen.h +++ b/src/Screen.h @@ -52,6 +52,8 @@ #endif // SLIT #include "Image.h" +#include <strstream> + // forward declaration class BScreen; @@ -239,7 +241,7 @@ public: inline const int getCurrentWorkspaceID() { return current_workspace->getWorkspaceID(); } - inline const int getCount(void) { return workspacesList->count(); } + inline const int getWorkspaceCount(void) { return workspacesList->count(); } inline const int getIconCount(void) { return iconList->count(); } inline const int &getNumberOfWorkspaces(void) const { return resource.workspaces; } |
