diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-05 01:24:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-05 01:24:32 +0000 |
| commit | e15e4a9e03dd7b64004b76ca84b07c12c251f67b (patch) | |
| tree | d582a21b04ffdbac8935395da9f30c8230f5f1dd /src/Configmenu.cc | |
| parent | be2f47223c17c399e05436a34ba4140f2fc44fc9 (diff) | |
make iconified windows uniconify on an XMapRequestEvent.
sync with blackbox cvs.
Diffstat (limited to 'src/Configmenu.cc')
| -rw-r--r-- | src/Configmenu.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Configmenu.cc b/src/Configmenu.cc index 3a8a6e45..d78d3da9 100644 --- a/src/Configmenu.cc +++ b/src/Configmenu.cc @@ -200,7 +200,8 @@ void Configmenu::Focusmenu::itemSelected(int button, unsigned int index) { case 4: // click raise with sloppy focus getScreen()->saveClickRaise(! getScreen()->doClickRaise()); - getScreen()->updateFocusModel(); + // make sure the appropriate mouse buttons are grabbed on the windows + getScreen()->toggleFocusModel(BScreen::SloppyFocus); break; } setValues(); |
