summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-28 11:14:20 +0000
committerDana Jansens <danakj@orodu.net>2003-03-28 11:14:20 +0000
commit69177d8760c68616b89ec2a3ec498dd7f76d30e0 (patch)
treeaa321ade1662736f4b04d08fd25cbd21d7b7fc8d
parent76943cdfe07390b031ad6404dbb59413364a5a17 (diff)
FocusOut's are NOT ignored. thats bullshit. fixing comment.
-rw-r--r--openbox/event.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/event.c b/openbox/event.c
index fc8b6fff..ad14f5c8 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -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)) {