aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Timer.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2010-09-09 10:47:38 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-09-09 10:47:38 (GMT)
commite68511794130388ab9668fdef0dcf48dbbf002fd (patch)
tree94f5ad86689e8fd1ffc62864a99c4c76fe1e8cbe /src/FbTk/Timer.hh
parent82d0de9ef46d38288d2f1daa77ac18276d57390f (diff)
downloadfluxbox-e68511794130388ab9668fdef0dcf48dbbf002fd.zip
fluxbox-e68511794130388ab9668fdef0dcf48dbbf002fd.tar.bz2
simpler to use FbTk/Timer api
Diffstat (limited to 'src/FbTk/Timer.hh')
-rw-r--r--src/FbTk/Timer.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/Timer.hh b/src/FbTk/Timer.hh
index 6be269b..e61d77f 100644
--- a/src/FbTk/Timer.hh
+++ b/src/FbTk/Timer.hh
@@ -64,6 +64,7 @@ public:
64 void setTimeout(time_t val); 64 void setTimeout(time_t val);
65 /// set timeout 65 /// set timeout
66 void setTimeout(const timeval &val); 66 void setTimeout(const timeval &val);
67 void setTimeout(unsigned int secs, unsigned int usecs);
67 void setCommand(RefCount<Command<void> > &cmd); 68 void setCommand(RefCount<Command<void> > &cmd);
68 void setInterval(int val) { m_interval = val; } 69 void setInterval(int val) { m_interval = val; }
69 /// start timing 70 /// start timing