From fb83f64a32bca5d8248980c7179c492a48b814af Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 8 Sep 2002 19:35:58 +0000 Subject: raise and lower transient stacks --- src/Workspace.hh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Workspace.hh b/src/Workspace.hh index e461bd5..0c2b1cb 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh @@ -42,7 +42,8 @@ class BScreen; class Workspace:private NotCopyable { public: typedef std::vector Windows; - + typedef std::vector Stack; + Workspace(BScreen *screen, unsigned int workspaceid = 0); ~Workspace(); @@ -98,7 +99,9 @@ protected: void placeWindow(FluxboxWindow *win); private: - + + void raiseAndFillStack(Stack::iterator &it, const FluxboxWindow &win); + void lowerAndFillStack(Stack::iterator &it, const FluxboxWindow &win); BScreen *screen; FluxboxWindow *lastfocus; -- cgit v0.11.2