summaryrefslogtreecommitdiff
path: root/src/Workspace.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r--src/Workspace.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh
index 819b6391..72203f2d 100644
--- a/src/Workspace.hh
+++ b/src/Workspace.hh
@@ -85,6 +85,9 @@ public:
inline void setLastFocusedWindow(BlackboxWindow *w) { lastfocus = w; }
+ inline const BlackboxWindowList& getStackingList() const
+ { return stackingList; }
+
BlackboxWindow* getWindow(unsigned int index);
BlackboxWindow* getNextWindowInList(BlackboxWindow *w);
BlackboxWindow* getPrevWindowInList(BlackboxWindow *w);