From 06b160db5106a28b76ca0eee139393696d119135 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 29 Jul 2002 15:06:46 +0000 Subject: 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. --- src/Workspace.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Workspace.hh') 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); -- cgit v1.2.3