aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.cc
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-08-09 08:25:28 (GMT)
committerPavel Labath <pavelo@centrum.sk>2013-02-18 21:04:26 (GMT)
commitbaaac22cdd9d0b2353f91acbaecf75629cf85c2e (patch)
treed06832fb1f465e674944e4b7eb75cd5c712bae45 /src/Keys.cc
parent70294ee0bbfde62bedc81363d8895719404a27ca (diff)
downloadfluxbox_pavel-baaac22cdd9d0b2353f91acbaecf75629cf85c2e.zip
fluxbox_pavel-baaac22cdd9d0b2353f91acbaecf75629cf85c2e.tar.bz2
Make AutoReloadHelper truly "automatic"
by adding the ability to automatically check for modifications at specified intervals. Using inotify() would be better, but that's not always present.
Diffstat (limited to 'src/Keys.cc')
-rw-r--r--src/Keys.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Keys.cc b/src/Keys.cc
index 426e43a..6b7e343 100644
--- a/src/Keys.cc
+++ b/src/Keys.cc
@@ -467,7 +467,7 @@ Keys::t_key::FindPair Keys::t_key::findBinding(vector<string> val, bool insert )
467 467
468 468
469Keys::Keys(): 469Keys::Keys():
470 m_reloader(new FbTk::AutoReloadHelper()), 470 m_reloader(new FbTk::AutoReloadHelper(5)),
471 m_keylist(0), 471 m_keylist(0),
472 next_key(0), saved_keymode(0) { 472 next_key(0), saved_keymode(0) {
473 473