]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
debug print in focus.c
[chaz/openbox] / openbox / event.c
index 6e11f82eac819dcf8fff9addb8c10e8f27c723fd..868712c1fe53209ea28322b007e22315251a4a36 100644 (file)
@@ -526,7 +526,10 @@ 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. */
+               Just wait for the next FocusOut/FocusIn pair, but note that
+               nothing is focused now.
+            */
+            focus_set_client(NULL);
         }
         else if (client != focus_client) {
             focus_left_screen = FALSE;
This page took 0.020813 seconds and 4 git commands to generate.