diff options
author | rathnor <rathnor> | 2004-03-21 09:00:25 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-03-21 09:00:25 (GMT) |
commit | dea3281e6917601a81df7833457a942b875b8e49 (patch) | |
tree | 09878620d13c944a2a6af724dc3b3366984bac2f /src/Screen.hh | |
parent | 2d82374b2f458c32895b093aff8c77e88daea2ba (diff) | |
download | fluxbox_pavel-dea3281e6917601a81df7833457a942b875b8e49.zip fluxbox_pavel-dea3281e6917601a81df7833457a942b875b8e49.tar.bz2 |
primarily focus fix/tweak/rejigging
Diffstat (limited to 'src/Screen.hh')
-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 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; } |