summaryrefslogtreecommitdiff
path: root/src/screen.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-31 08:46:17 +0000
committerDana Jansens <danakj@orodu.net>2002-12-31 08:46:17 +0000
commitf7e3eb57294f9e73da2e342b503ca360485ae130 (patch)
tree17b11df55d04c342075e042347aa9c65abb51017 /src/screen.cc
parent103372b02f783053c69f8f94db2c0e161f3e7d93 (diff)
add some globals to modify the default scripting behavior
Diffstat (limited to 'src/screen.cc')
-rw-r--r--src/screen.cc4
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