all repos — fluxbox @ 1f45e91e12f3c32ac50b24c3c724bd55acb3aa0f

custom fork of the fluxbox windowmanager

load themes before we create any windows
fluxgen fluxgen
commit

1f45e91e12f3c32ac50b24c3c724bd55acb3aa0f

parent

7d37f9b98b195cf5241fa55dd40de092426cda7f

1 files changed, 3 insertions(+), 1 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.218 2003/08/12 12:21:42 fluxgen Exp $ +// $Id: Screen.cc,v 1.219 2003/08/13 16:53:13 fluxgen Exp $ #include "Screen.hh"

@@ -436,6 +436,8 @@ #ifdef SLIT

// if (slit()) // this will load theme and reconfigure slit // FbTk::ThemeManager::instance().loadTheme(slit()->theme()); #endif // SLIT + + FbTk::ThemeManager::instance().load(Fluxbox::instance()->getStyleFilename()); // start with workspace 0 changeWorkspaceID(0);