diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-14 18:45:46 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-14 18:45:46 +0000 |
| commit | 3312a209d7882a32253d715ee24bcaa717af75c2 (patch) | |
| tree | 28ecae01580faf1cf4be3d41e27b25ac0b903936 /src/Screen.hh | |
| parent | 1525520dd177f7274ac5e2d2e95c5fa9027e0f48 (diff) | |
sych with blackbox
Diffstat (limited to 'src/Screen.hh')
| -rw-r--r-- | src/Screen.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 8986803b..d2175ce4 100644 --- a/src/Screen.hh +++ b/src/Screen.hh @@ -245,11 +245,11 @@ public: inline unsigned int getResizeZones(void) const { return resource.resize_zones; } - inline unsigned int getCurrentWorkspaceID(void) + inline unsigned int getCurrentWorkspaceID(void) const { return current_workspace->getID(); } - inline unsigned int getWorkspaceCount(void) + inline unsigned int getWorkspaceCount(void) const { return workspacesList.size(); } - inline unsigned int getIconCount(void) { return iconList.size(); } + inline unsigned int getIconCount(void) const { return iconList.size(); } inline unsigned int getNumberOfWorkspaces(void) const { return resource.workspaces; } inline int getPlacementPolicy(void) const |
