aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-04-19 22:48:19 (GMT)
committerfluxgen <fluxgen>2004-04-19 22:48:19 (GMT)
commitbb991a0166fb5aed0f3b49658b7dc38c0fc2765a (patch)
treec9b7ca370a297233e5188d1c55e295bbbd3841b0 /src/fluxbox.hh
parent20659577859fc0fc85aeaa82f7a6e1e41f17e5e7 (diff)
downloadfluxbox-bb991a0166fb5aed0f3b49658b7dc38c0fc2765a.zip
fluxbox-bb991a0166fb5aed0f3b49658b7dc38c0fc2765a.tar.bz2
kde dockapps in systray
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 8c4630f..2625ec0 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: fluxbox.hh,v 1.85 2004/04/18 21:16:06 fluxgen Exp $ 25// $Id: fluxbox.hh,v 1.86 2004/04/19 22:45:44 fluxgen Exp $
26 26
27#ifndef FLUXBOX_HH 27#ifndef FLUXBOX_HH
28#define FLUXBOX_HH 28#define FLUXBOX_HH
@@ -101,8 +101,8 @@ public:
101 inline unsigned int getUpdateDelayTime() const { return *m_rc_update_delay_time; } 101 inline unsigned int getUpdateDelayTime() const { return *m_rc_update_delay_time; }
102 inline Time getLastTime() const { return m_last_time; } 102 inline Time getLastTime() const { return m_last_time; }
103 103
104 const AtomHandler* getAtomHandler(std::string name); 104 AtomHandler *getAtomHandler(const std::string &name);
105 void addAtomHandler(AtomHandler *atomh, std::string name= ""); 105 void addAtomHandler(AtomHandler *atomh, const std::string &name);
106 void removeAtomHandler(AtomHandler *atomh); 106 void removeAtomHandler(AtomHandler *atomh);
107 107
108 /// obsolete 108 /// obsolete