]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
mor fabulous focus fixings.
[chaz/openbox] / openbox / event.c
index 1430c3d23af36b73819ac2a169f2780d24db17b1..432f39c5829b2bf838cdb115cb7f64ada9a681b9 100644 (file)
@@ -248,9 +248,9 @@ void event_process(XEvent *e)
                 /* secret magic way of event_process telling us that no client
                    was found for the FocusIn event */
                 if (fi.xfocus.window == None)
-                    focus_set_client(NULL);
+                    focus_fallback(FALSE);
             } else
-                focus_set_client(NULL);
+                focus_fallback(FALSE);
         }
        break;
     case EnterNotify:
This page took 0.026245 seconds and 4 git commands to generate.