diff options
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r-- | src/Ewmh.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc index 4fdede2..47a74c3 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Ewmh.cc,v 1.18 2003/04/25 11:14:11 fluxgen Exp $ | 22 | // $Id: Ewmh.cc,v 1.19 2003/05/04 23:38:06 rathnor Exp $ |
23 | 23 | ||
24 | #include "Ewmh.hh" | 24 | #include "Ewmh.hh" |
25 | 25 | ||
@@ -337,9 +337,7 @@ bool Ewmh::checkClientMessage(const XClientMessageEvent &ce, BScreen * screen, F | |||
337 | return true; | 337 | return true; |
338 | // ce.window = window to focus | 338 | // ce.window = window to focus |
339 | 339 | ||
340 | // should move set focus somewhere else | 340 | win->setInputFocus(); |
341 | // so we don't need fluxbox depedencies here | ||
342 | Fluxbox::instance()->setFocusedWindow(win); | ||
343 | return true; | 341 | return true; |
344 | } else if (ce.message_type == m_net_close_window) { | 342 | } else if (ce.message_type == m_net_close_window) { |
345 | if (win == 0) | 343 | if (win == 0) |