From 1161a90a70b21d3064a9dee62c72dd4be3025ada Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 31 Dec 2002 09:17:16 +0000 Subject: add click_raise global var --- src/screen.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/screen.cc') diff --git a/src/screen.cc b/src/screen.cc index 7e9d0ea0..61869a17 100644 --- a/src/screen.cc +++ b/src/screen.cc @@ -401,9 +401,6 @@ void OBScreen::manageWindow(Window window) clients.push_back(client); // update the root properties setClientList(); - - // grab buttons on the window - Openbox::instance->bindings()->grabMouse(true, client); } @@ -411,9 +408,6 @@ void OBScreen::unmanageWindow(OBClient *client) { OBFrame *frame = client->frame; - // ungrab buttons on the window - Openbox::instance->bindings()->grabMouse(false, client); - // XXX: pass around focus if this window was focused // remove from the wm's map -- cgit v1.2.3