X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fevent.c;h=432f39c5829b2bf838cdb115cb7f64ada9a681b9;hb=52d4433a00751ad2184e58af7fbc31b206c13f59;hp=1430c3d23af36b73819ac2a169f2780d24db17b1;hpb=c3a2684e02b3399d7b65332d001c34225c067eee;p=chaz%2Fopenbox diff --git a/openbox/event.c b/openbox/event.c index 1430c3d2..432f39c5 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -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: