diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-16 08:00:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-16 08:00:59 +0000 |
| commit | 2dde696a1335ef61bb368c55f4ee52e1dd8610a1 (patch) | |
| tree | a4f0ec5415ed31221aa4eaca1c0c6f4de3fb476b /src/Workspace.hh | |
| parent | 41053a810aa701e4e39f124c725c5bbc20492059 (diff) | |
much awesome support for special windows like panels/desktops.
All 'non-normal' windows are treated equally now, with a fe wexceptionms for the desktop for stacking.
Fix some ClicmMousePlacement bugs while we're at it.
Diffstat (limited to 'src/Workspace.hh')
| -rw-r--r-- | src/Workspace.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh index fcf46630..09dc2779 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh @@ -93,7 +93,7 @@ public: bool isLastWindow(const BlackboxWindow* w) const; void addWindow(BlackboxWindow *w, bool place = False); - unsigned int removeWindow(BlackboxWindow *w); + void removeWindow(BlackboxWindow *w); unsigned int getCount(void) const; void appendStackOrder(BlackboxWindowList &stack_order) const; |
