From f7e3eb57294f9e73da2e342b503ca360485ae130 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 31 Dec 2002 08:46:17 +0000 Subject: add some globals to modify the default scripting behavior --- src/screen.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/screen.cc') 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 -- cgit v1.2.3