diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-03 12:48:10 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-03 12:48:10 +0000 |
| commit | 373de009f7e98b0c6f3a78f31c1e5c120cd722ed (patch) | |
| tree | a3aaa153b9704083a6bcfd07732c27d3e204c5b5 /src/window.cc | |
| parent | c5f62494f14629797c109acc0b3048203a1adb6a (diff) | |
new timers, timer manager
Diffstat (limited to 'src/window.cc')
| -rw-r--r-- | src/window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cc b/src/window.cc index 94589a2d..2e7ba087 100644 --- a/src/window.cc +++ b/src/window.cc @@ -135,7 +135,7 @@ BlackboxWindow::BlackboxWindow(Blackbox *b, Window w, BScreen *s) { lastButtonPressTime = 0; - timer = new BTimer(blackbox, this); + timer = new OBTimer(this); timer->setTimeout(blackbox->getAutoRaiseDelay()); // get size, aspect, minimum/maximum size and other hints set by the |
