]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
Menu data structures basically completed.
[chaz/openbox] / 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.022579 seconds and 4 git commands to generate.