diff options
author | Henrik Kinnunen <fluxgen@fluxbox.org> | 2010-03-18 18:41:35 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2010-03-18 18:41:35 (GMT) |
commit | 6ed8369d57e8d3144805235fb7aeca63993742af (patch) | |
tree | 914bfd1a4fdc341d5c8aa1fc57e6297c7f8887f0 /src/WinClient.cc | |
parent | 02bb93590c69b619150735f026f7719df2e5c271 (diff) | |
download | fluxbox_pavel-6ed8369d57e8d3144805235fb7aeca63993742af.zip fluxbox_pavel-6ed8369d57e8d3144805235fb7aeca63993742af.tar.bz2 |
Changed Focusable::focusSig() to new signal system.
The focus signal emits the window that had the focus status changed.
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r-- | src/WinClient.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc index 0787382..6ec15f3 100644 --- a/src/WinClient.cc +++ b/src/WinClient.cc | |||
@@ -433,8 +433,7 @@ void WinClient::updateWMHints() { | |||
433 | if (wmhint->flags & XUrgencyHint) { | 433 | if (wmhint->flags & XUrgencyHint) { |
434 | Fluxbox::instance()->attentionHandler().addAttention(*this); | 434 | Fluxbox::instance()->attentionHandler().addAttention(*this); |
435 | } else { | 435 | } else { |
436 | Fluxbox::instance()->attentionHandler(). | 436 | Fluxbox::instance()->attentionHandler().windowFocusChanged(*this); |
437 | update(&m_focussig); | ||
438 | } | 437 | } |
439 | } | 438 | } |
440 | 439 | ||