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 59e2df4..16644fb 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.89 2003/04/28 22:42:29 fluxgen Exp $ | 25 | // $Id: Screen.hh,v 1.90 2003/05/04 23:38:06 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -150,6 +150,7 @@ public: | |||
150 | inline Icons &getIconList() { return iconList; } | 150 | inline Icons &getIconList() { return iconList; } |
151 | inline const FocusedWindows &getFocusedList() const { return focused_list; } | 151 | inline const FocusedWindows &getFocusedList() const { return focused_list; } |
152 | inline FocusedWindows &getFocusedList() { return focused_list; } | 152 | inline FocusedWindows &getFocusedList() { return focused_list; } |
153 | WinClient *getLastFocusedWindow(int workspace = -1); | ||
153 | const Workspaces &getWorkspacesList() const { return workspacesList; } | 154 | const Workspaces &getWorkspacesList() const { return workspacesList; } |
154 | const WorkspaceNames &getWorkspaceNames() const { return workspaceNames; } | 155 | const WorkspaceNames &getWorkspaceNames() const { return workspaceNames; } |
155 | /** | 156 | /** |