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.6~21 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=75cc091ca0fed697cb592b610030bb0727a87ffa;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 bce1de12..b0eb12a1 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -800,7 +800,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;