diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-29 15:06:46 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-29 15:06:46 +0000 |
| commit | 06b160db5106a28b76ca0eee139393696d119135 (patch) | |
| tree | ab9d61611e9da162b9ad99c2bf7a636a8978f647 /src/Workspace.hh | |
| parent | d86284c07b29817b93db1875fa1430d221b94a63 (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.hh | 3 |
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); |
