]> Dogcows Code - chaz/openbox/blobdiff - src/bindings.cc
move windows based on their *frame* not the client
[chaz/openbox] / src / bindings.cc
index a369410294786d003772097aeb910c94baa8b504..fcbff769f5e4945506d5460784f5a144c74ccdca 100644 (file)
@@ -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;
This page took 0.022086 seconds and 4 git commands to generate.