aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-04-07 17:39:27 (GMT)
committermarkt <markt>2007-04-07 17:39:27 (GMT)
commit12a8b3c038c9ccb577c699d41a1d19602132a7a8 (patch)
tree2a23392db366c10c8b6f7ee444ee8ac578010b5c /src/WinClient.cc
parent416578138e899f817b875ad55a5252a19aa6cb07 (diff)
downloadfluxbox-12a8b3c038c9ccb577c699d41a1d19602132a7a8.zip
fluxbox-12a8b3c038c9ccb577c699d41a1d19602132a7a8.tar.bz2
more of the same
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r--src/WinClient.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc
index 1cdd4ae..8877a2a 100644
--- a/src/WinClient.cc
+++ b/src/WinClient.cc
@@ -723,6 +723,12 @@ bool WinClient::isFocused() const {
723 false); 723 false);
724} 724}
725 725
726void WinClient::setAttentionState(bool value) {
727 Focusable::setAttentionState(value);
728 if (fbwindow() && !fbwindow()->isFocused())
729 fbwindow()->setAttentionState(value);
730}
731
726void WinClient::updateWMProtocols() { 732void WinClient::updateWMProtocols() {
727 Atom *proto = 0; 733 Atom *proto = 0;
728 int num_return = 0; 734 int num_return = 0;