aboutsummaryrefslogtreecommitdiff
path: root/src/AttentionNoticeHandler.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-04-01 07:16:17 (GMT)
committermarkt <markt>2007-04-01 07:16:17 (GMT)
commit92473d69cc773f7c164733d7c8d1584c4e7b567f (patch)
treecdc3b1dee6912fe11fb614983fd090f35d275799 /src/AttentionNoticeHandler.hh
parent49de038888f4d6f7623bed446edfccb7c67b50c8 (diff)
downloadfluxbox-92473d69cc773f7c164733d7c8d1584c4e7b567f.zip
fluxbox-92473d69cc773f7c164733d7c8d1584c4e7b567f.tar.bz2
just converting some old code to make future changes easier
Diffstat (limited to 'src/AttentionNoticeHandler.hh')
-rw-r--r--src/AttentionNoticeHandler.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/AttentionNoticeHandler.hh b/src/AttentionNoticeHandler.hh
index 836a023..368c568 100644
--- a/src/AttentionNoticeHandler.hh
+++ b/src/AttentionNoticeHandler.hh
@@ -27,6 +27,7 @@
27 27
28#include <map> 28#include <map>
29 29
30class Focusable;
30class WinClient; 31class WinClient;
31 32
32namespace FbTk { 33namespace FbTk {
@@ -41,7 +42,7 @@ class AttentionNoticeHandler: public FbTk::Observer {
41public: 42public:
42 ~AttentionNoticeHandler(); 43 ~AttentionNoticeHandler();
43 44
44 typedef std::map<WinClient*, FbTk::Timer*> NoticeMap; 45 typedef std::map<Focusable*, FbTk::Timer*> NoticeMap;
45 /// Adds a client that requires attention, 46 /// Adds a client that requires attention,
46 /// will fail if the client is already active 47 /// will fail if the client is already active
47 void addAttention(WinClient &client); 48 void addAttention(WinClient &client);