diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-14 11:09:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-14 11:09:01 +0000 |
| commit | f78761c8dd185d72d5e7468c58cea3630e78b8e6 (patch) | |
| tree | 9009314a004fc627f903e23004a66f921bc87483 | |
| parent | 4a90b1b48e81bf80aeebb1f4b6704d9849f09ca4 (diff) | |
just because we think we're focused doesnt mean we actually are, so send the focus change to the xserver anyways.
| -rw-r--r-- | src/client.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client.cc b/src/client.cc index 2d7c246a..3dc6237f 100644 --- a/src/client.cc +++ b/src/client.cc @@ -1717,8 +1717,6 @@ bool Client::focus() // visible on the screen if (!(frame->visible() && (_can_focus || _focus_notify))) return false; - if (_focused) return true; - // do a check to see if the window has already been unmapped or destroyed // do this intelligently while watching out for unmaps we've generated // (ignore_unmaps > 0) @@ -1762,8 +1760,6 @@ bool Client::focus() void Client::unfocus() const { - if (!_focused) return; - assert(openbox->focusedClient() == this); openbox->setFocusedClient(0); } |
