aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-21 23:24:25 (GMT)
committerfluxgen <fluxgen>2003-12-21 23:24:25 (GMT)
commit28a7b90437a4b0e04c042b9ec26819987c1c605d (patch)
treecf42929e0f98138206bc81f9e601cd4df047b124 /src
parent33d0a6025c19901929f515f641aa2ef4ca8e7048 (diff)
downloadfluxbox_pavel-28a7b90437a4b0e04c042b9ec26819987c1c605d.zip
fluxbox_pavel-28a7b90437a4b0e04c042b9ec26819987c1c605d.tar.bz2
minor stuff
Diffstat (limited to 'src')
-rw-r--r--src/fluxbox.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 003fedb..3056f4c 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.78 2003/12/20 17:40:50 fluxgen Exp $ 25// $Id: fluxbox.hh,v 1.79 2003/12/21 23:24:25 fluxgen Exp $
26 26
27#ifndef FLUXBOX_HH 27#ifndef FLUXBOX_HH
28#define FLUXBOX_HH 28#define FLUXBOX_HH
@@ -99,7 +99,7 @@ public:
99 99
100 inline unsigned int getDoubleClickInterval() const { return *m_rc_double_click_interval; } 100 inline unsigned int getDoubleClickInterval() const { return *m_rc_double_click_interval; }
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 unsigned int getLastTime() const { return m_last_time; } 102 inline Time getLastTime() const { return m_last_time; }
103 103
104 void addAtomHandler(AtomHandler *atomh); 104 void addAtomHandler(AtomHandler *atomh);
105 void removeAtomHandler(AtomHandler *atomh); 105 void removeAtomHandler(AtomHandler *atomh);