]> Dogcows Code - chaz/openbox/commitdiff
fix a comment
authorDana Jansens <danakj@orodu.net>
Thu, 17 May 2007 23:21:09 +0000 (23:21 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 17 May 2007 23:21:09 +0000 (23:21 +0000)
openbox/event.c

index 0250bfc8174d348d24a5c8a895a5c6bc00c49d5b..fd70c972611e1ef06e95629f50ca0a06c475ce3b 100644 (file)
@@ -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()
This page took 0.02649 seconds and 4 git commands to generate.