add comment

This commit is contained in:
Dana Jansens 2003-01-03 06:07:53 +00:00
parent 1c8090fa67
commit 7071b1f094

View file

@ -425,6 +425,7 @@ void OBBindings::grabButtons(bool grab, OBClient *client)
mode = GrabModeSync; // this is handled in the plate's buttonPressHandler mode = GrabModeSync; // this is handled in the plate's buttonPressHandler
break; break;
default: default:
// any other elements already get button events, don't grab on them
continue; continue;
} }
ButtonBindingList::iterator it, end = _buttons[i].end(); ButtonBindingList::iterator it, end = _buttons[i].end();