diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-02 14:57:02 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-02 14:57:02 +0000 |
| commit | 888c0bac90d4932d00dd7f7447ea52117aff6de0 (patch) | |
| tree | dac16983de54810978e5f39506ea0fccd49937da /src/Workspace.hh | |
| parent | ffa4c7f3414944869016497a4f560c24b9d8b3e9 (diff) | |
backing out all changes to make mouse button mapping's configurable
Diffstat (limited to 'src/Workspace.hh')
| -rw-r--r-- | src/Workspace.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh index 0059e293..31ddace8 100644 --- a/src/Workspace.hh +++ b/src/Workspace.hh @@ -102,6 +102,7 @@ public: void raiseWindow(BlackboxWindow *w); void lowerWindow(BlackboxWindow *w); void reconfigure(void); + void updateFocusModel(void); void setCurrent(void); void setName(const std::string& new_name); }; |
