]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.h
save_rc() using the obResource class to save blackbox's configuration.
[chaz/openbox] / src / Screen.h
index 1bf2a8cd8e2c5a691980473ef3db212b489a69e8..851c45dd77d9772f87d3cbea9b44120cd14de0c6 100644 (file)
@@ -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; }
This page took 0.022417 seconds and 4 git commands to generate.