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)
committerMikael Magnusson <mikachu@comhem.se>
Sun, 5 Aug 2007 11:06:52 +0000 (13:06 +0200)
openbox/event.c

index 9c47c04a3a49e42290a94bfea25dd6ba4adb122c..a5936acda81327a76e674c87f839a8e372ddf2fd 100644 (file)
@@ -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;