diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-16 09:24:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-16 09:24:40 +0000 |
| commit | ae093dba2fb97124bb4af3eaf4070b46f07dfd74 (patch) | |
| tree | 4dc63a1f7a5aebe7568e6a95b9d6123cf1539682 /src/Window.cc | |
| parent | a4c9553c64fb854aa5fdf79f87d5b4d6a07ca67e (diff) | |
make a new autoRaiseDelay value take effect without having to restart
Diffstat (limited to 'src/Window.cc')
| -rw-r--r-- | src/Window.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc index 7cf8ec1b..59b64095 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -845,6 +845,9 @@ void OpenboxWindow::reconfigure(void) { windowmenu->move(windowmenu->getX(), frame.y + frame.title_h); windowmenu->reconfigure(); } + + // re-get the timeout delay + timer->setTimeout(openbox.getAutoRaiseDelay()); } |
