]> Dogcows Code - chaz/openbox/commitdiff
FocusOut's are NOT ignored. thats bullshit. fixing comment.
authorDana Jansens <danakj@orodu.net>
Fri, 28 Mar 2003 11:14:20 +0000 (11:14 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 28 Mar 2003 11:14:20 +0000 (11:14 +0000)
openbox/event.c

index fc8b6fff175bd5a973ff5decffd2dc3d805ff6bc..ad14f5c82bc7a401a7121af5b65e769f8eff2f90 100644 (file)
@@ -254,8 +254,8 @@ void event_process(XEvent *e)
             e->xfocus.detail > NotifyNonlinearVirtual) return;
 
         g_message("FocusOut on %lx", window);
-        /* FocusOut events just make us look for FocusIn events. They
-           are mostly ignored otherwise. */
+        /* Try process a FocusIn first, and if a legit one isn't found, then
+           do the fallback shiznit. */
         {
             XEvent fi;
             if (XCheckTypedEvent(ob_display, FocusIn, &fi)) {
This page took 0.02352 seconds and 4 git commands to generate.