all repos — openbox @ 3afcc0bbf048878003303a67faa656a216618513

openbox fork - make it a bit more like ryudo

fix comment
Dana Jansens danakj@orodu.net
commit

3afcc0bbf048878003303a67faa656a216618513

parent

f32ddbbf628b6a27bf2a85f9e98c70e2661c3a1d

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

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

@@ -442,7 +442,7 @@ delete _timer;

_timer = new otk::Timer(5000, // 5 second timeout (otk::Timer::TimeoutHandler)resetChains, this); - // grab the server here to make sure no key pressed go missed + // grab the server here to make sure no key presses get missed otk::display->grab(); grabKeys(false); _curpos = p;