aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-01-10 00:41:15 (GMT)
committerfluxgen <fluxgen>2003-01-10 00:41:15 (GMT)
commit6626addd039de75eea09a5818a78467f0bb5f14b (patch)
tree0c6b8c093d7e24b70a335c5fdb94a0e66ab7cd88 /src/fluxbox.hh
parent7e8796c31ecea07484bda1d824f95babb1e1241c (diff)
downloadfluxbox_pavel-6626addd039de75eea09a5818a78467f0bb5f14b.zip
fluxbox_pavel-6626addd039de75eea09a5818a78467f0bb5f14b.tar.bz2
adjusted for FbTk Timer
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 1f86e50..bf5c7f7 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.36 2002/12/03 23:55:49 fluxgen Exp $ 25// $Id: fluxbox.hh,v 1.37 2003/01/10 00:41:15 fluxgen Exp $
26 26
27#ifndef FLUXBOX_HH 27#ifndef FLUXBOX_HH
28#define FLUXBOX_HH 28#define FLUXBOX_HH
@@ -75,7 +75,7 @@ class Tab;
75 main class for the window manager. 75 main class for the window manager.
76 singleton type 76 singleton type
77*/ 77*/
78class Fluxbox : public BaseDisplay, public TimeoutHandler, 78class Fluxbox : public BaseDisplay, public FbTk::TimeoutHandler,
79 public FbTk::SignalEventHandler, 79 public FbTk::SignalEventHandler,
80 public FbAtoms, 80 public FbAtoms,
81 public FbTk::Observer { 81 public FbTk::Observer {
@@ -247,7 +247,7 @@ private:
247 ScreenList screenList; 247 ScreenList screenList;
248 248
249 FluxboxWindow *focused_window, *masked_window; 249 FluxboxWindow *focused_window, *masked_window;
250 BTimer timer; 250 FbTk::Timer timer;
251 251
252 252
253#ifdef HAVE_GETPID 253#ifdef HAVE_GETPID