diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-20 15:38:51 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-20 15:38:51 +0000 |
| commit | 551a17d2563679eb6ef7c650f1384ee7e48dbc29 (patch) | |
| tree | 0375e12f30ae6a5530df2aae74fd27b38f502554 /src/Workspace.hh | |
| parent | 2d114880692ce90eb5c8acdc1d07d2098cc3f1fc (diff) | |
Fix send to menu, having deleted workspaces in it.
Fix workspace warping, move the mouse and window the same amount.
Fix workspace switching. Put old code back that worked better.
Diffstat (limited to 'src/Workspace.hh')
| -rw-r--r-- | src/Workspace.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh index e0295e29..72203f2d 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh @@ -104,8 +104,8 @@ public: unsigned int getCount(void) const; void appendStackOrder(BlackboxWindowList &stack_order) const; - void show(void); - void hide(void); + void showAll(void); + void hideAll(void); void removeAll(void); void raiseWindow(BlackboxWindow *w); void lowerWindow(BlackboxWindow *w); |
