summaryrefslogtreecommitdiff
path: root/src/Workspace.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-29 15:06:46 +0000
committerDana Jansens <danakj@orodu.net>2002-07-29 15:06:46 +0000
commit06b160db5106a28b76ca0eee139393696d119135 (patch)
treeab9d61611e9da162b9ad99c2bf7a636a8978f647 /src/Workspace.hh
parentd86284c07b29817b93db1875fa1430d221b94a63 (diff)
use a list of rects instead of windows for window-to-window snapping. Also, snap directly to the slit and toolbar, instead of snapping to the strut.
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);