]> Dogcows Code - chaz/openbox/commitdiff
add comment
authorDana Jansens <danakj@orodu.net>
Fri, 3 Jan 2003 06:07:53 +0000 (06:07 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 3 Jan 2003 06:07:53 +0000 (06:07 +0000)
src/bindings.cc

index da3ff39bc9ae5eb972a60c5ce7a44fae11614893..943a9acc8e32db98bc115c4bfad027b1c8e50e95 100644 (file)
@@ -425,6 +425,7 @@ void OBBindings::grabButtons(bool grab, OBClient *client)
       mode = GrabModeSync; // this is handled in the plate's buttonPressHandler
       break;
     default:
+      // any other elements already get button events, don't grab on them
       continue;
     }
     ButtonBindingList::iterator it, end = _buttons[i].end();
This page took 0.023145 seconds and 4 git commands to generate.