]> Dogcows Code - chaz/openbox/commitdiff
fallback focus in superior fashion
authorDana Jansens <danakj@orodu.net>
Fri, 28 Mar 2003 00:25:10 +0000 (00:25 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 28 Mar 2003 00:25:10 +0000 (00:25 +0000)
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.024655 seconds and 4 git commands to generate.