diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Screen.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 411755e..2eacfa2 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.119 2003/08/11 15:32:46 fluxgen Exp $ | 25 | // $Id: Screen.hh,v 1.120 2003/08/12 00:27:13 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -135,6 +135,7 @@ public: | |||
135 | inline FocusedWindows &getFocusedList() { return focused_list; } | 135 | inline FocusedWindows &getFocusedList() { return focused_list; } |
136 | WinClient *getLastFocusedWindow(int workspace = -1); | 136 | WinClient *getLastFocusedWindow(int workspace = -1); |
137 | const Workspaces &getWorkspacesList() const { return m_workspaces_list; } | 137 | const Workspaces &getWorkspacesList() const { return m_workspaces_list; } |
138 | Workspaces &getWorkspacesList() { return m_workspaces_list; } | ||
138 | const WorkspaceNames &getWorkspaceNames() const { return m_workspace_names; } | 139 | const WorkspaceNames &getWorkspaceNames() const { return m_workspace_names; } |
139 | /** | 140 | /** |
140 | @name Screen signals | 141 | @name Screen signals |