FocusOut's are NOT ignored. thats bullshit. fixing comment.

This commit is contained in:
Dana Jansens 2003-03-28 11:14:20 +00:00
parent 76943cdfe0
commit 69177d8760

View 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)) {