aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
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