diff options
Diffstat (limited to 'src/screen.cc')
| -rw-r--r-- | src/screen.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screen.cc b/src/screen.cc index e4518fba..7e9d0ea0 100644 --- a/src/screen.cc +++ b/src/screen.cc @@ -402,7 +402,7 @@ void OBScreen::manageWindow(Window window) // update the root properties setClientList(); - // grab buttons/keys on the window + // grab buttons on the window Openbox::instance->bindings()->grabMouse(true, client); } @@ -411,7 +411,7 @@ void OBScreen::unmanageWindow(OBClient *client) { OBFrame *frame = client->frame; - // ungrab buttons/keys on the window + // ungrab buttons on the window Openbox::instance->bindings()->grabMouse(false, client); // XXX: pass around focus if this window was focused |
