From: Mikael Magnusson Date: Mon, 23 Jul 2007 23:29:29 +0000 (+0200) Subject: I don't remember what this is supposed to fix. X-Git-Tag: mikabox-3.4.3~21 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e217cb6d25332d6d9a5e50a457cfb993e733a17e;p=mikachu%2Fopenbox.git I don't remember what this is supposed to fix. --- diff --git a/openbox/event.c b/openbox/event.c index 746be2c4..f0036590 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -747,7 +747,8 @@ void event_enter_client(ObClient *client) { g_assert(config_focus_follow); - if (client_enter_focusable(client) && client_can_focus(client)) { + if (!moveresize_in_progress /*XXX fix this or finishing a move???*/ + && client_enter_focusable(client) && client_can_focus(client)) { if (config_focus_delay) { ObFocusDelayData *data;