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.4~21 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=8775f1a7e2851f0e55bf0203f78a0654f9e8485c;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 9c47c04a..a5936acd 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -743,7 +743,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;