diff options
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; } |