aboutsummaryrefslogtreecommitdiff
path: root/src/AttentionNoticeHandler.hh
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/AttentionNoticeHandler.hh
parent416578138e899f817b875ad55a5252a19aa6cb07 (diff)
downloadfluxbox-12a8b3c038c9ccb577c699d41a1d19602132a7a8.zip
fluxbox-12a8b3c038c9ccb577c699d41a1d19602132a7a8.tar.bz2
more of the same
Diffstat (limited to 'src/AttentionNoticeHandler.hh')
-rw-r--r--src/AttentionNoticeHandler.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/AttentionNoticeHandler.hh b/src/AttentionNoticeHandler.hh
index 368c568..ddef42d 100644
--- a/src/AttentionNoticeHandler.hh
+++ b/src/AttentionNoticeHandler.hh
@@ -28,7 +28,6 @@
28#include <map> 28#include <map>
29 29
30class Focusable; 30class Focusable;
31class WinClient;
32 31
33namespace FbTk { 32namespace FbTk {
34class Timer; 33class Timer;
@@ -45,7 +44,7 @@ public:
45 typedef std::map<Focusable*, FbTk::Timer*> NoticeMap; 44 typedef std::map<Focusable*, FbTk::Timer*> NoticeMap;
46 /// Adds a client that requires attention, 45 /// Adds a client that requires attention,
47 /// will fail if the client is already active 46 /// will fail if the client is already active
48 void addAttention(WinClient &client); 47 void addAttention(Focusable &client);
49 /// removes the client from the attention map 48 /// removes the client from the attention map
50 void update(FbTk::Subject *subj); 49 void update(FbTk::Subject *subj);
51 50