aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-02-20 21:04:35 (GMT)
committerfluxgen <fluxgen>2006-02-20 21:04:35 (GMT)
commit369b4e1b92491aa57b0bf430b89bf732b80fa6a4 (patch)
tree2bf00a93ad1c195ef7d446e8989069f218a2cd47 /src/fluxbox.cc
parent2566d84561ce9f5ecaf1adcce97eb578747034e3 (diff)
downloadfluxbox-369b4e1b92491aa57b0bf430b89bf732b80fa6a4.zip
fluxbox-369b4e1b92491aa57b0bf430b89bf732b80fa6a4.tar.bz2
moved class Layer from class Fluxbox and thus reduces some dependecies
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index d2759d0..75a4765 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -35,6 +35,7 @@
35#include "Keys.hh" 35#include "Keys.hh"
36#include "FbAtoms.hh" 36#include "FbAtoms.hh"
37#include "FocusControl.hh" 37#include "FocusControl.hh"
38#include "Layer.hh"
38 39
39#include "defaults.hh" 40#include "defaults.hh"
40 41
@@ -491,7 +492,7 @@ int Fluxbox::initScreen(int scrnr) {
491#ifdef USE_TOOLBAR 492#ifdef USE_TOOLBAR
492 m_toolbars.push_back(new Toolbar(*screen, 493 m_toolbars.push_back(new Toolbar(*screen,
493 *screen->layerManager(). 494 *screen->layerManager().
494 getLayer(Fluxbox::instance()->getNormalLayer()))); 495 getLayer(::Layer::NORMAL)));
495#endif // USE_TOOLBAR 496#endif // USE_TOOLBAR
496 497
497 // must do this after toolbar is created 498 // must do this after toolbar is created