fix comment
This commit is contained in:
parent
f32ddbbf62
commit
3afcc0bbf0
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ void Bindings::fireKey(int screen, unsigned int modifiers, unsigned int key,
|
||||||
_timer = new otk::Timer(5000, // 5 second timeout
|
_timer = new otk::Timer(5000, // 5 second timeout
|
||||||
(otk::Timer::TimeoutHandler)resetChains,
|
(otk::Timer::TimeoutHandler)resetChains,
|
||||||
this);
|
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();
|
otk::display->grab();
|
||||||
grabKeys(false);
|
grabKeys(false);
|
||||||
_curpos = p;
|
_curpos = p;
|
||||||
|
|
Loading…
Reference in a new issue