]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
prevent flicker in the follow actiosn again instead of in focus fallback. focus fallb...
[chaz/openbox] / openbox / event.c
index 868712c1fe53209ea28322b007e22315251a4a36..6e11f82eac819dcf8fff9addb8c10e8f27c723fd 100644 (file)
@@ -526,10 +526,7 @@ static void event_process(const XEvent *ec, gpointer data)
 
             /* If you send focus to a window and then it disappears, you can
                get the FocusIn for it, after it is unmanaged.
-               Just wait for the next FocusOut/FocusIn pair, but note that
-               nothing is focused now.
-            */
-            focus_set_client(NULL);
+               Just wait for the next FocusOut/FocusIn pair. */
         }
         else if (client != focus_client) {
             focus_left_screen = FALSE;
This page took 0.021005 seconds and 4 git commands to generate.