summaryrefslogtreecommitdiff
path: root/src/Configmenu.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-05 01:24:32 +0000
committerDana Jansens <danakj@orodu.net>2002-07-05 01:24:32 +0000
commite15e4a9e03dd7b64004b76ca84b07c12c251f67b (patch)
treed582a21b04ffdbac8935395da9f30c8230f5f1dd /src/Configmenu.cc
parentbe2f47223c17c399e05436a34ba4140f2fc44fc9 (diff)
make iconified windows uniconify on an XMapRequestEvent.
sync with blackbox cvs.
Diffstat (limited to 'src/Configmenu.cc')
-rw-r--r--src/Configmenu.cc3
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();