all repos — fluxbox @ 3374687fefbbe2b5849e67346696b2079b317be2

custom fork of the fluxbox windowmanager

using timer command
fluxgen fluxgen
commit

3374687fefbbe2b5849e67346696b2079b317be2

parent

2205f787a7fa251d7f68540b94dcbb36b642d4a3

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M src/fluxbox.hhsrc/fluxbox.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.hh,v 1.70 2003/08/10 12:50:04 rathnor Exp $ +// $Id: fluxbox.hh,v 1.71 2003/08/11 17:15:51 fluxgen Exp $ #ifndef FLUXBOX_HH #define FLUXBOX_HH

@@ -71,7 +71,7 @@ /// main class for the window manager.

/** singleton type */ -class Fluxbox : public FbTk::App, public FbTk::TimeoutHandler, +class Fluxbox : public FbTk::App, public FbTk::SignalEventHandler, public FbTk::Observer { public:

@@ -185,7 +185,7 @@

void attachSignals(FluxboxWindow &win); void attachSignals(WinClient &winclient); - virtual void timeout(); + void timed_reconfigure(); bool isStartup() const { return m_starting; } enum { B_AMERICANDATE = 1, B_EUROPEANDATE };