diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-31 09:17:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-31 09:17:16 +0000 |
| commit | 1161a90a70b21d3064a9dee62c72dd4be3025ada (patch) | |
| tree | 211019053542140ae18e5411a254d535b35a5806 /src/screen.cc | |
| parent | 098fa0ce20f440da3140adad2cfe8ae9a6854d46 (diff) | |
add click_raise global var
Diffstat (limited to 'src/screen.cc')
| -rw-r--r-- | src/screen.cc | 6 |
1 files changed, 0 insertions, 6 deletions
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 |
