diff options
author | fluxgen <fluxgen> | 2003-08-11 17:15:51 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-11 17:15:51 (GMT) |
commit | 3374687fefbbe2b5849e67346696b2079b317be2 (patch) | |
tree | 198014ca5dd13d9e5fc3803a0c6fbb2744005e26 | |
parent | 2205f787a7fa251d7f68540b94dcbb36b642d4a3 (diff) | |
download | fluxbox-3374687fefbbe2b5849e67346696b2079b317be2.zip fluxbox-3374687fefbbe2b5849e67346696b2079b317be2.tar.bz2 |
using timer command
-rw-r--r-- | src/fluxbox.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 1d35f83..5aa44a7 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.70 2003/08/10 12:50:04 rathnor Exp $ | 25 | // $Id: fluxbox.hh,v 1.71 2003/08/11 17:15:51 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -71,7 +71,7 @@ class FbAtoms; | |||
71 | /** | 71 | /** |
72 | singleton type | 72 | singleton type |
73 | */ | 73 | */ |
74 | class Fluxbox : public FbTk::App, public FbTk::TimeoutHandler, | 74 | class Fluxbox : public FbTk::App, |
75 | public FbTk::SignalEventHandler, | 75 | public FbTk::SignalEventHandler, |
76 | public FbTk::Observer { | 76 | public FbTk::Observer { |
77 | public: | 77 | public: |
@@ -185,7 +185,7 @@ public: | |||
185 | void attachSignals(FluxboxWindow &win); | 185 | void attachSignals(FluxboxWindow &win); |
186 | void attachSignals(WinClient &winclient); | 186 | void attachSignals(WinClient &winclient); |
187 | 187 | ||
188 | virtual void timeout(); | 188 | void timed_reconfigure(); |
189 | 189 | ||
190 | bool isStartup() const { return m_starting; } | 190 | bool isStartup() const { return m_starting; } |
191 | enum { B_AMERICANDATE = 1, B_EUROPEANDATE }; | 191 | enum { B_AMERICANDATE = 1, B_EUROPEANDATE }; |