diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 4c8ffae..025b65c 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Screen.hh,v 1.28 2002/04/09 12:13:44 fluxgen Exp $ | 25 | // $Id: Screen.hh,v 1.29 2002/04/09 23:20:40 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -121,7 +121,7 @@ public: | |||
121 | inline const unsigned int getFrameWidth(void) const { return theme->getFrameWidth(); } | 121 | inline const unsigned int getFrameWidth(void) const { return theme->getFrameWidth(); } |
122 | inline const unsigned int getBorderWidth(void) const { return theme->getBorderWidth(); } | 122 | inline const unsigned int getBorderWidth(void) const { return theme->getBorderWidth(); } |
123 | inline const unsigned int getBorderWidth2x(void) const { return theme->getBorderWidth()*2; } | 123 | inline const unsigned int getBorderWidth2x(void) const { return theme->getBorderWidth()*2; } |
124 | inline const unsigned int getCurrentWorkspaceID() const { return current_workspace->getWorkspaceID(); } | 124 | inline const unsigned int getCurrentWorkspaceID() const { return current_workspace->workspaceID(); } |
125 | 125 | ||
126 | typedef std::vector<FluxboxWindow *> Icons; | 126 | typedef std::vector<FluxboxWindow *> Icons; |
127 | inline const unsigned int getCount(void) const { return workspacesList.size(); } | 127 | inline const unsigned int getCount(void) const { return workspacesList.size(); } |