aboutsummaryrefslogtreecommitdiff
path: root/src/AttentionNoticeHandler.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-06-08 18:29:47 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-06-08 18:29:47 (GMT)
commita84fe20c49198c1ef74616e51152a5e1363fab41 (patch)
tree4fe2c2a2fa92d3452c6a8ccbba71641693a0cb38 /src/AttentionNoticeHandler.hh
parent6509fe0cacf25f30fb6fce9df9569d14f00f0a8f (diff)
downloadfluxbox-a84fe20c49198c1ef74616e51152a5e1363fab41.zip
fluxbox-a84fe20c49198c1ef74616e51152a5e1363fab41.tar.bz2
add (urgent=yes|no) options to ClientPattern
Diffstat (limited to 'src/AttentionNoticeHandler.hh')
-rw-r--r--src/AttentionNoticeHandler.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AttentionNoticeHandler.hh b/src/AttentionNoticeHandler.hh
index a2ebb23..3a98b09 100644
--- a/src/AttentionNoticeHandler.hh
+++ b/src/AttentionNoticeHandler.hh
@@ -47,7 +47,7 @@ public:
47 /// removes the client from the attention map 47 /// removes the client from the attention map
48 void update(FbTk::Subject *subj); 48 void update(FbTk::Subject *subj);
49 49
50 bool isDemandingAttention(Focusable &client); 50 bool isDemandingAttention(const Focusable &client);
51 51
52private: 52private:
53 NoticeMap m_attentions; 53 NoticeMap m_attentions;