From 8d3c97389f23271c7b44a726111c97d34bc2ced2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 12 Apr 2002 06:05:04 +0000 Subject: save_rc() using the obResource class to save blackbox's configuration. renamed BScreen::getCount to BScreen::getWorkspaceCount. --- src/Screen.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Screen.h') 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 + // 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; } -- cgit v1.2.3