diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-17 23:21:09 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-17 23:21:09 +0000 |
| commit | ae269d77ca816dd6b05f20017dab012750636b90 (patch) | |
| tree | 9ff89b5851daeee06e0e58d171ccd58f197141da /openbox | |
| parent | bba37f0cd103e033d77ed24cc1da92aa3d57f778 (diff) | |
fix a comment
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
