fix a comment
This commit is contained in:
parent
bba37f0cd1
commit
ae269d77ca
1 changed files with 1 additions and 1 deletions
|
@ -1727,7 +1727,7 @@ static Bool event_look_for_enters(Display *d, XEvent *e, XPointer arg)
|
||||||
if (win && WINDOW_IS_CLIENT(win))
|
if (win && WINDOW_IS_CLIENT(win))
|
||||||
++(*count);
|
++(*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()
|
void event_ignore_queued_enters()
|
||||||
|
|
Loading…
Reference in a new issue