all repos — fluxbox @ 85b4fd8717bc293cf9c6eae2986722c2e354255e

custom fork of the fluxbox windowmanager

non const accessor for workspace list
fluxgen fluxgen
commit

85b4fd8717bc293cf9c6eae2986722c2e354255e

parent

ecda5f9735d8d3a596943f08430dc182e8e4a658

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/Screen.hhsrc/Screen.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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 @@ inline const FocusedWindows &getFocusedList() const { return focused_list; }

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