aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-03-21 09:00:25 (GMT)
committerrathnor <rathnor>2004-03-21 09:00:25 (GMT)
commitdea3281e6917601a81df7833457a942b875b8e49 (patch)
tree09878620d13c944a2a6af724dc3b3366984bac2f /src/Screen.hh
parent2d82374b2f458c32895b093aff8c77e88daea2ba (diff)
downloadfluxbox-dea3281e6917601a81df7833457a942b875b8e49.zip
fluxbox-dea3281e6917601a81df7833457a942b875b8e49.tar.bz2
primarily focus fix/tweak/rejigging
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index ced6f66..070c45a 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.134 2004/01/19 18:28:58 fluxgen Exp $ 25// $Id: Screen.hh,v 1.135 2004/03/21 09:00:25 rathnor Exp $
26 26
27#ifndef SCREEN_HH 27#ifndef SCREEN_HH
28#define SCREEN_HH 28#define SCREEN_HH
@@ -147,6 +147,7 @@ public:
147 inline const FocusedWindows &getFocusedList() const { return focused_list; } 147 inline const FocusedWindows &getFocusedList() const { return focused_list; }
148 inline FocusedWindows &getFocusedList() { return focused_list; } 148 inline FocusedWindows &getFocusedList() { return focused_list; }
149 WinClient *getLastFocusedWindow(int workspace = -1); 149 WinClient *getLastFocusedWindow(int workspace = -1);
150 WinClient *getLastFocusedWindow(FluxboxWindow &group, WinClient *ignore_client = 0);
150 const Workspaces &getWorkspacesList() const { return m_workspaces_list; } 151 const Workspaces &getWorkspacesList() const { return m_workspaces_list; }
151 Workspaces &getWorkspacesList() { return m_workspaces_list; } 152 Workspaces &getWorkspacesList() { return m_workspaces_list; }
152 const WorkspaceNames &getWorkspaceNames() const { return m_workspace_names; } 153 const WorkspaceNames &getWorkspaceNames() const { return m_workspace_names; }