I don't remember what this is supposed to fix.
authorMikael Magnusson <mikachu@comhem.se>
Mon, 23 Jul 2007 23:29:29 +0000 (01:29 +0200)
committerDana Jansens <danakj@orodu.net>
Tue, 24 Jul 2007 18:48:03 +0000 (14:48 -0400)
openbox/event.c

index 746be2c4f7aa4e7016cc6a228fea8304bfc2764d..f0036590871d742008c62d20a4d15950e472e423 100644 (file)
@@ -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;