From ae269d77ca816dd6b05f20017dab012750636b90 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 17 May 2007 23:21:09 +0000 Subject: [PATCH] fix a comment --- openbox/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/event.c b/openbox/event.c index 0250bfc8..fd70c972 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1727,7 +1727,7 @@ static Bool event_look_for_enters(Display *d, XEvent *e, XPointer arg) if (win && WINDOW_IS_CLIENT(win)) ++(*count); } - return False; /* don't disrupt the focus order, just count them */ + return False; /* don't disrupt the queue order, just count them */ } void event_ignore_queued_enters() -- 2.39.2