From: Dana Jansens Date: Fri, 31 Jan 2003 04:08:02 +0000 (+0000) Subject: fix comment X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=3afcc0bbf048878003303a67faa656a216618513;p=chaz%2Fopenbox fix comment --- diff --git a/src/bindings.cc b/src/bindings.cc index a3694102..fcbff769 100644 --- a/src/bindings.cc +++ b/src/bindings.cc @@ -442,7 +442,7 @@ void Bindings::fireKey(int screen, unsigned int modifiers, unsigned int key, _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;