; * src/keyboard.c (readable_events): Fix a thinko.

This commit is contained in:
Eli Zaretskii 2021-10-28 21:19:34 +03:00
parent 09f3ac60cc
commit 64cc31b5c8

View file

@ -3472,10 +3472,10 @@ readable_events (int flags)
#ifdef USE_TOOLKIT_SCROLL_BARS
(flags & READABLE_EVENTS_FILTER_EVENTS) &&
#endif
((input_pending_p_filter_events
((!input_pending_p_filter_events
&& (event->kind == FOCUS_IN_EVENT
|| event->kind == FOCUS_OUT_EVENT))
|| (!input_pending_p_filter_events
|| (input_pending_p_filter_events
&& is_ignored_event (event))))
#ifdef USE_TOOLKIT_SCROLL_BARS
&& !((flags & READABLE_EVENTS_IGNORE_SQUEEZABLES)