aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 6082b25..75b868f 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -106,7 +106,7 @@ public:
106 Time getLastTime() const { return m_last_time; } 106 Time getLastTime() const { return m_last_time; }
107 107
108 AtomHandler *getAtomHandler(const std::string &name); 108 AtomHandler *getAtomHandler(const std::string &name);
109 void addAtomHandler(AtomHandler *atomh, const std::string &name); 109 void addAtomHandler(AtomHandler *atomh);
110 void removeAtomHandler(AtomHandler *atomh); 110 void removeAtomHandler(AtomHandler *atomh);
111 111
112 /// obsolete 112 /// obsolete
@@ -277,7 +277,7 @@ private:
277 //default arguments for titlebar left and right 277 //default arguments for titlebar left and right
278 static Fluxbox *s_singleton; 278 static Fluxbox *s_singleton;
279 279
280 typedef std::map<AtomHandler *, std::string> AtomHandlerContainer; 280 typedef std::set<AtomHandler *> AtomHandlerContainer;
281 typedef AtomHandlerContainer::iterator AtomHandlerContainerIt; 281 typedef AtomHandlerContainer::iterator AtomHandlerContainerIt;
282 282
283 AtomHandlerContainer m_atomhandler; 283 AtomHandlerContainer m_atomhandler;