From 75cc091ca0fed697cb592b610030bb0727a87ffa Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 24 Jul 2007 01:29:29 +0200 Subject: [PATCH] I don't remember what this is supposed to fix. --- openbox/event.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.34.1