all repos — fluxbox @ d870f44fa47d26ae9b2c3a70da94b1ac7a6631af

custom fork of the fluxbox windowmanager

fixed some slit stuff
fluxgen fluxgen
commit

d870f44fa47d26ae9b2c3a70da94b1ac7a6631af

parent

8e6b48036ee6c7173971664751291a7ae15bd3fd

1 files changed, 5 insertions(+), 3 deletions(-)

jump to
M src/Screen.ccsrc/Screen.cc

@@ -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: Screen.cc,v 1.191 2003/06/23 14:33:43 fluxgen Exp $ +// $Id: Screen.cc,v 1.192 2003/06/24 13:56:01 fluxgen Exp $ #include "Screen.hh"

@@ -55,6 +55,7 @@ #include "Subject.hh"

#include "FbWinFrame.hh" #include "FbWindow.hh" #include "Strut.hh" +#include "SlitTheme.hh" //use GNU extensions #ifndef _GNU_SOURCE

@@ -488,9 +489,10 @@ m_rootmenu->update();

m_configmenu->update(); #ifdef SLIT - if (slit()) - slit()->reconfigure(); + if (slit()) // this will load theme and reconfigure slit + FbTk::ThemeManager::instance().loadTheme(slit()->theme()); #endif // SLIT + if (toolbar()) toolbar()->reconfigure();