all repos — fluxbox @ 631729ddfc7ac405b1e1029f7c082d774fdc9fd5

custom fork of the fluxbox windowmanager

load theme after all screens are created
fluxgen fluxgen
commit

631729ddfc7ac405b1e1029f7c082d774fdc9fd5

parent

315e9e213509ad1e95d047cd696ae6ec81109bf3

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

jump to
M src/fluxbox.ccsrc/fluxbox.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: fluxbox.cc,v 1.180 2003/08/11 16:06:51 fluxgen Exp $ +// $Id: fluxbox.cc,v 1.181 2003/08/11 20:59:58 fluxgen Exp $ #include "fluxbox.hh"

@@ -563,6 +563,8 @@ throw string("Couldn't find screens to manage.\n"

"Make sure you don't have another window manager running."); } + // setup theme manager to have our style file ready to be scanned + FbTk::ThemeManager::instance().load(getStyleFilename()); XSynchronize(disp, False); XSync(disp, False);