aboutsummaryrefslogtreecommitdiff
path: root/src/AttentionNoticeHandler.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-07-01 18:10:19 (GMT)
committermarkt <markt>2007-07-01 18:10:19 (GMT)
commita2aca6a343af4f5263c31069c984dfdd1ee6a0fa (patch)
tree4b84561b8a652ea8f9cb2dfafc097684149339fe /src/AttentionNoticeHandler.hh
parent3632bce3180dfdbd7d8f0516626ed2b6ef228a56 (diff)
downloadfluxbox-a2aca6a343af4f5263c31069c984dfdd1ee6a0fa.zip
fluxbox-a2aca6a343af4f5263c31069c984dfdd1ee6a0fa.tar.bz2
random fixes
Diffstat (limited to 'src/AttentionNoticeHandler.hh')
-rw-r--r--src/AttentionNoticeHandler.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/AttentionNoticeHandler.hh b/src/AttentionNoticeHandler.hh
index ddef42d..ed2245d 100644
--- a/src/AttentionNoticeHandler.hh
+++ b/src/AttentionNoticeHandler.hh
@@ -47,6 +47,8 @@ public:
47 void addAttention(Focusable &client); 47 void addAttention(Focusable &client);
48 /// removes the client from the attention map 48 /// removes the client from the attention map
49 void update(FbTk::Subject *subj); 49 void update(FbTk::Subject *subj);
50
51 bool isDemandingAttention(Focusable &client);
50 52
51private: 53private:
52 NoticeMap m_attentions; 54 NoticeMap m_attentions;