non const accessor for workspace list
This commit is contained in:
parent
ecda5f9735
commit
85b4fd8717
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: Screen.hh,v 1.119 2003/08/11 15:32:46 fluxgen Exp $
|
||||
// $Id: Screen.hh,v 1.120 2003/08/12 00:27:13 fluxgen Exp $
|
||||
|
||||
#ifndef SCREEN_HH
|
||||
#define SCREEN_HH
|
||||
|
@ -135,6 +135,7 @@ public:
|
|||
inline FocusedWindows &getFocusedList() { return focused_list; }
|
||||
WinClient *getLastFocusedWindow(int workspace = -1);
|
||||
const Workspaces &getWorkspacesList() const { return m_workspaces_list; }
|
||||
Workspaces &getWorkspacesList() { return m_workspaces_list; }
|
||||
const WorkspaceNames &getWorkspaceNames() const { return m_workspace_names; }
|
||||
/**
|
||||
@name Screen signals
|
||||
|
|
Loading…
Reference in a new issue