all repos — fluxbox @ ecdaba28743069d23ea04531129e11cb9b42995d

custom fork of the fluxbox windowmanager

simpler code
Mathias Gumz akira at fluxbox dot org
commit

ecdaba28743069d23ea04531129e11cb9b42995d

parent

ffd5f2807272d14fecf2b115174ca80f9b852ea2

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

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

@@ -256,10 +256,7 @@ // Because when the command is executed we shouldn't do reconfig directly

// because it could affect ongoing menu stuff so we need to reconfig in // the next event "round". FbTk::RefCount<FbTk::Command<void> > reconfig_cmd(new FbTk::SimpleCommand<Fluxbox>(*this, &Fluxbox::timed_reconfigure)); - timeval to; - to.tv_sec = 0; - to.tv_usec = 1; - m_reconfig_timer.setTimeout(to); + m_reconfig_timer.setTimeout(0, 1); m_reconfig_timer.setCommand(reconfig_cmd); m_reconfig_timer.fireOnce(true);