aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-06-24 13:56:01 (GMT)
committerfluxgen <fluxgen>2003-06-24 13:56:01 (GMT)
commitd870f44fa47d26ae9b2c3a70da94b1ac7a6631af (patch)
tree1b537be0448d6d84eb7867e448c618630cf0a763 /src
parent8e6b48036ee6c7173971664751291a7ae15bd3fd (diff)
downloadfluxbox-d870f44fa47d26ae9b2c3a70da94b1ac7a6631af.zip
fluxbox-d870f44fa47d26ae9b2c3a70da94b1ac7a6631af.tar.bz2
fixed some slit stuff
Diffstat (limited to 'src')
-rw-r--r--src/Screen.cc8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index dc84046..c5dbe8e 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -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: Screen.cc,v 1.191 2003/06/23 14:33:43 fluxgen Exp $ 25// $Id: Screen.cc,v 1.192 2003/06/24 13:56:01 fluxgen Exp $
26 26
27 27
28#include "Screen.hh" 28#include "Screen.hh"
@@ -55,6 +55,7 @@
55#include "FbWinFrame.hh" 55#include "FbWinFrame.hh"
56#include "FbWindow.hh" 56#include "FbWindow.hh"
57#include "Strut.hh" 57#include "Strut.hh"
58#include "SlitTheme.hh"
58 59
59//use GNU extensions 60//use GNU extensions
60#ifndef _GNU_SOURCE 61#ifndef _GNU_SOURCE
@@ -488,9 +489,10 @@ BScreen::BScreen(FbTk::ResourceManager &rm,
488 m_configmenu->update(); 489 m_configmenu->update();
489 490
490#ifdef SLIT 491#ifdef SLIT
491 if (slit()) 492 if (slit()) // this will load theme and reconfigure slit
492 slit()->reconfigure(); 493 FbTk::ThemeManager::instance().loadTheme(slit()->theme());
493#endif // SLIT 494#endif // SLIT
495
494 if (toolbar()) 496 if (toolbar())
495 toolbar()->reconfigure(); 497 toolbar()->reconfigure();
496 498