all repos — fluxbox @ 8a7c1171538ba97083a49399f8a7fdc4524f385f

custom fork of the fluxbox windowmanager

disabled potentially dead code
Mathias Gumz akira at fluxbox dot org
commit

8a7c1171538ba97083a49399f8a7fdc4524f385f

parent

ecdaba28743069d23ea04531129e11cb9b42995d

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

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

@@ -470,10 +470,13 @@ renderGeomWindow();

renderPosWindow(); m_tooltip_window->setDelay(*resource.tooltip_delay); +#if 0 // TODO: check if this is obsolete code! //!! TODO: we shouldn't do this more than once, but since slit handles their // own resources we must do this. fluxbox->load_rc(*this); + +#endif // setup workspaces and workspace menu int nr_ws = *resource.workspaces;