all repos — fluxbox @ 6626addd039de75eea09a5818a78467f0bb5f14b

custom fork of the fluxbox windowmanager

adjusted for FbTk Timer
fluxgen fluxgen
commit

6626addd039de75eea09a5818a78467f0bb5f14b

parent

7e8796c31ecea07484bda1d824f95babb1e1241c

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.36 2002/12/03 23:55:49 fluxgen Exp $ +// $Id: fluxbox.hh,v 1.37 2003/01/10 00:41:15 fluxgen Exp $ #ifndef FLUXBOX_HH #define FLUXBOX_HH

@@ -75,7 +75,7 @@ /**

main class for the window manager. singleton type */ -class Fluxbox : public BaseDisplay, public TimeoutHandler, +class Fluxbox : public BaseDisplay, public FbTk::TimeoutHandler, public FbTk::SignalEventHandler, public FbAtoms, public FbTk::Observer {

@@ -247,7 +247,7 @@ typedef std::list<BScreen *> ScreenList;

ScreenList screenList; FluxboxWindow *focused_window, *masked_window; - BTimer timer; + FbTk::Timer timer; #ifdef HAVE_GETPID